#include <ns3-socket-fd-factory.h>
Public Member Functions | |
Ns3SocketFdFactory () | |
virtual UnixFd * | CreateSocket (int domain, int type, int protocol) |
void | NotifyNewAggregate (void) |
![]() | |
virtual | ~SocketFdFactory () |
virtual void | UnlinkNotify (std::string path) |
Static Public Member Functions | |
static TypeId | GetTypeId (void) |
Private Attributes | |
Ptr< SocketFactory > | m_netlink |
Definition at line 10 of file ns3-socket-fd-factory.h.
ns3::Ns3SocketFdFactory::Ns3SocketFdFactory | ( | ) |
Definition at line 51 of file ns3-socket-fd-factory.cc.
|
virtual |
Implements ns3::SocketFdFactory.
Definition at line 69 of file ns3-socket-fd-factory.cc.
References m_netlink.
|
static |
Reimplemented from ns3::SocketFdFactory.
Definition at line 42 of file ns3-socket-fd-factory.cc.
void ns3::Ns3SocketFdFactory::NotifyNewAggregate | ( | void | ) |
Definition at line 58 of file ns3-socket-fd-factory.cc.
References m_netlink.
|
private |
Definition at line 19 of file ns3-socket-fd-factory.h.
Referenced by CreateSocket(), and NotifyNewAggregate().