Nsc wrapper glue, to interface with the Ipv4 protocol underneath. More...
#include <nsc-tcp-l4-protocol.h>
Public Member Functions | |
NscTcpL4Protocol () | |
Constructor. | |
Ptr< Socket > | CreateSocket (void) |
virtual void | Receive (Ptr< Packet > p, Ipv4Address const &source, Ipv4Address const &destination, Ptr< Ipv4Interface > incomingInterface) |
Recieve a packet up the protocol stack. |
Nsc wrapper glue, to interface with the Ipv4 protocol underneath.
virtual void ns3::NscTcpL4Protocol::Receive | ( | Ptr< Packet > | p, | |
Ipv4Address const & | source, | |||
Ipv4Address const & | destination, | |||
Ptr< Ipv4Interface > | incomingInterface | |||
) | [virtual] |
Recieve a packet up the protocol stack.
p | The Packet to dump the contents into | |
source | The source's Ipv4Address | |
destination | The destinations Ipv4Address | |
incomingInterface | The Ipv4Interface it was received on |