Object to create DCCP socket instances. More...
#include <linux-dccp-socket-factory-impl.h>
Inheritance diagram for ns3::LinuxDccpSocketFactoryImpl:
Collaboration diagram for ns3::LinuxDccpSocketFactoryImpl:Public Member Functions | |
| virtual Ptr< Socket > | CreateSocket (void) |
| Implements a method to create a Dccp-based socket and return a base class smart pointer to the socket. | |
Additional Inherited Members | |
Static Public Member Functions inherited from ns3::LinuxDccpSocketFactory | |
| static TypeId | GetTypeId (void) |
Object to create DCCP socket instances.
This class implements the API for creating DCCP sockets. It is a socket factory (deriving from class SocketFactory).
Definition at line 37 of file linux-dccp-socket-factory-impl.h.
|
virtual |
Implements a method to create a Dccp-based socket and return a base class smart pointer to the socket.
Definition at line 33 of file linux-dccp-socket-factory-impl.cc.