Static Public Member Functions

ns3::UdpSocket Class Reference
[Socket]

(abstract) base class of all UdpSockets More...

#include <udp-socket.h>

Inheritance diagram for ns3::UdpSocket:
Inheritance graph
[legend]
Collaboration diagram for ns3::UdpSocket:
Collaboration graph
[legend]

List of all members.

Static Public Member Functions

static TypeId GetTypeId (void)
 This method returns the TypeId associated to ns3::UdpSocket.

Detailed Description

(abstract) base class of all UdpSockets

This class exists solely for hosting UdpSocket attributes that can be reused across different implementations.


Member Function Documentation

static TypeId ns3::UdpSocket::GetTypeId ( void   )  [static]

This method returns the TypeId associated to ns3::UdpSocket.

Attributes defined for this type:

  • RcvBufSize: UdpSocket maximum receive buffer size (bytes)
  • IpTtl: socket-specific TTL for unicast IP packets (if non-zero)
  • IpMulticastTtl: socket-specific TTL for multicast IP packets (if non-zero)

No TraceSources defined for this type.

Reimplemented from ns3::Object.

Reimplemented in ns3::UdpSocketImpl.


The documentation for this class was generated from the following files: