#include <errno.h>#include <net/NetServerTCP2.h>#include <net/NetMessagePool.h>#include <net/NetOptions.h>#include <common/Logger.h>#include <common/Clock.h>#include <set>Go to the source code of this file.
Functions | |
| static int | SDLNet_TCP_Recv_Wrapper (TCPsocket sock, void *data, int maxlen) |
| static int | SDLNet_TCP_Send_Wrapper (TCPsocket sock, void *datap, int len) |
| static int SDLNet_TCP_Recv_Wrapper | ( | TCPsocket | sock, | |
| void * | data, | |||
| int | maxlen | |||
| ) | [static] |
Definition at line 36 of file NetServerTCP2Destination.cpp.
References S3D::formatStringBuffer(), and Logger::log().
Referenced by NetServerTCP2Destination::checkIncoming().
| static int SDLNet_TCP_Send_Wrapper | ( | TCPsocket | sock, | |
| void * | datap, | |||
| int | len | |||
| ) | [static] |
Definition at line 67 of file NetServerTCP2Destination.cpp.
References S3D::formatStringBuffer(), and Logger::log().
Referenced by NetServerTCP2Destination::checkOutgoing(), and NetServerTCP2Destination::sendHeader().
1.5.3