Object to create UDP socket instances. More...
#include <linux-udp-socket-factory-impl.h>
Public Member Functions | |
virtual Ptr< Socket > | CreateSocket (void) |
Implements a method to create a Udp-based socket and return a base class smart pointer to the socket. |
Additional Inherited Members | |
![]() | |
static TypeId | GetTypeId (void) |
Object to create UDP socket instances.
This class implements the API for creating UDP sockets. It is a socket factory (deriving from class SocketFactory).
Definition at line 37 of file linux-udp-socket-factory-impl.h.
|
virtual |
Implements a method to create a Udp-based socket and return a base class smart pointer to the socket.
Definition at line 33 of file linux-udp-socket-factory-impl.cc.