src/internet-node/udp-l4-protocol.h
changeset 1795 820cc1254290
parent 1524 3ead2b66f2e4
child 1867 16deaedc0380
--- a/src/internet-node/udp-l4-protocol.h	Tue Oct 23 13:38:03 2007 +0200
+++ b/src/internet-node/udp-l4-protocol.h	Fri Oct 26 22:06:46 2007 +0200
@@ -77,10 +77,11 @@
              Ipv4Address saddr, Ipv4Address daddr, 
              uint16_t sport, uint16_t dport);
   /**
-   * \brief Recieve a packet up the protocol stack
+   * \brief Receive a packet up the protocol stack
    * \param p The Packet to dump the contents into
    * \param source The source's Ipv4Address
    * \param destination The destinations Ipv4Address
+   * \param interface the interface from which the packet is coming.
    */
   // inherited from Ipv4L4Protocol
   virtual void Receive(Packet& p,