src/internet-stack/tcp-l4-protocol.h
changeset 6008 aa1c297a0de2
parent 5856 7fd20c798a7d
child 6273 8d70de29d514
--- a/src/internet-stack/tcp-l4-protocol.h	Sun Feb 21 15:37:31 2010 -0500
+++ b/src/internet-stack/tcp-l4-protocol.h	Tue Feb 23 12:54:13 2010 -0500
@@ -90,6 +90,7 @@
    * \param daddr The destination Ipv4Address
    * \param sport The source port number
    * \param dport The destination port number
+   * \param oif The output interface bound. Defaults to null (unspecified).
    */
   void Send (Ptr<Packet> packet,
              Ipv4Address saddr, Ipv4Address daddr,