|
|
static void | InitNetwork () |
| | Initialises WINSOCK api (only for windows platform)
|
| |
|
static sp2plib::UInt16 | GetRandomPort () |
| |
|
static bool | setSocketBlockingMode (Socket sock, bool blocking) |
| |
|
static bool | setSocketReuse (Socket sock) |
| |
|
static void | SocketClose (Socket sock) |
| |
|
static Socket | createTCPSocket () |
| |
|
static Socket | createUDPSocket () |
| |
|
static bool | bindSocket (Socket sock, sockaddr_in endpoint) |
| |
|
static void | preserveSocketForOtherProcess (Socket s) |
| |
|
static bool | setTCPSocketLinger (Socket s, bool Linger, int Seconds) |
| |
|
static bool | setTCPSocketNoDelay (Socket s, bool value) |
| |
|
static int | setSockTTL (Socket sock, int TTL) |
| |
|
|
static int | DUBUG_VALUE |
| |
|
static bool | TrackSockets |
| |
The documentation for this class was generated from the following file: