#include <tcp-socket-factory.h>
Static Public Member Functions | |
static TypeId | GetTypeId (void) |
This method returns the TypeId associated to ns3::TcpSocketFactory. |
This abstract class defines the API for TCP sockets. This class also holds the global default variables used to initialize newly created sockets, such as values that are set through the sysctl or proc interfaces in Linux.
All TCP socket factory implementations must provide an implementation of CreateSocket below, and should make use of the default values configured below.
static TypeId ns3::TcpSocketFactory::GetTypeId | ( | void | ) | [static] |
This method returns the TypeId associated to ns3::TcpSocketFactory.
This object is accessible through the following paths with Config::Set and Config::Connect:
Reimplemented from ns3::SocketFactory.