src/internet-stack/tcp-l4-protocol.h
changeset 6008 aa1c297a0de2
parent 5856 7fd20c798a7d
child 6273 8d70de29d514
equal deleted inserted replaced
6007:f3afc3eb9a58 6008:aa1c297a0de2
    88    * \param packet The packet to send
    88    * \param packet The packet to send
    89    * \param saddr The source Ipv4Address
    89    * \param saddr The source Ipv4Address
    90    * \param daddr The destination Ipv4Address
    90    * \param daddr The destination Ipv4Address
    91    * \param sport The source port number
    91    * \param sport The source port number
    92    * \param dport The destination port number
    92    * \param dport The destination port number
       
    93    * \param oif The output interface bound. Defaults to null (unspecified).
    93    */
    94    */
    94   void Send (Ptr<Packet> packet,
    95   void Send (Ptr<Packet> packet,
    95              Ipv4Address saddr, Ipv4Address daddr, 
    96              Ipv4Address saddr, Ipv4Address daddr, 
    96              uint16_t sport, uint16_t dport, Ptr<NetDevice> oif = 0);
    97              uint16_t sport, uint16_t dport, Ptr<NetDevice> oif = 0);
    97   /**
    98   /**