API to create TCP socket instances. More...
#include <linux-tcp-socket-factory.h>
Static Public Member Functions | |
static TypeId | GetTypeId (void) |
API to create TCP socket instances.
This abstract class defines the API for TCP socket factory. All TCP implementations must provide an implementation of CreateSocket below.
Definition at line 40 of file linux-tcp-socket-factory.h.
|
static |
Definition at line 26 of file linux-tcp-socket-factory.cc.