equal
deleted
inserted
replaced
44 Udp (Ptr<Node> node); |
44 Udp (Ptr<Node> node); |
45 virtual ~Udp (); |
45 virtual ~Udp (); |
46 |
46 |
47 virtual TraceResolver *CreateTraceResolver (TraceContext const &context); |
47 virtual TraceResolver *CreateTraceResolver (TraceContext const &context); |
48 |
48 |
49 Socket *CreateSocket (void); |
49 Ptr<Socket> CreateSocket (void); |
50 |
50 |
51 Ipv4EndPoint *Allocate (void); |
51 Ipv4EndPoint *Allocate (void); |
52 Ipv4EndPoint *Allocate (Ipv4Address address); |
52 Ipv4EndPoint *Allocate (Ipv4Address address); |
53 Ipv4EndPoint *Allocate (uint16_t port); |
53 Ipv4EndPoint *Allocate (uint16_t port); |
54 Ipv4EndPoint *Allocate (Ipv4Address address, uint16_t port); |
54 Ipv4EndPoint *Allocate (Ipv4Address address, uint16_t port); |