Classes

UdpClientServer
[Applications]

Collaboration diagram for UdpClientServer:

Classes

class  ns3::SeqTsHeader
 Packet header for Udp client/server application The header is made of a 32bits sequence number followed by a 64bits time stamp. More...
class  ns3::UdpClient
 A Udp client. Sends UDP packet carrying sequence number and time stamp in their payloads. More...
class  ns3::UdpServer
 A Udp server. Receives UDP packets from a remote host. UDP packets carry a 32bits sequence number followed by a 64bits time stamp in their payloads. The application uses, the sequence number to determine if a packet is lost, and the time stamp to compute the delay. More...
class  ns3::UdpTraceClient
 A trace based streamer. More...