#include <socket-fd-factory.h>
Public Member Functions | |
virtual | ~SocketFdFactory () |
virtual UnixFd * | CreateSocket (int domain, int type, int protocol)=0 |
virtual void | UnlinkNotify (std::string path) |
Static Public Member Functions | |
static TypeId | GetTypeId (void) |
Definition at line 12 of file socket-fd-factory.h.
|
virtual |
Definition at line 16 of file socket-fd-factory.cc.
|
pure virtual |
Implemented in ns3::LinuxSocketFdFactory, ns3::LocalSocketFdFactory, and ns3::Ns3SocketFdFactory.
|
static |
Reimplemented in ns3::LinuxSocketFdFactory, ns3::LocalSocketFdFactory, and ns3::Ns3SocketFdFactory.
Definition at line 8 of file socket-fd-factory.cc.
|
virtual |
Reimplemented in ns3::LocalSocketFdFactory.
Definition at line 21 of file socket-fd-factory.cc.
Referenced by unlink_notify().