mirror of
https://github.com/glest/glest-source.git
synced 2025-08-12 11:24:00 +02:00
- added some special ways to configure how sockets work on a system for testing
This commit is contained in:
@@ -130,6 +130,10 @@ public:
|
||||
Socket();
|
||||
virtual ~Socket();
|
||||
|
||||
static bool disableNagle;
|
||||
static int DEFAULT_SOCKET_SENDBUF_SIZE;
|
||||
static int DEFAULT_SOCKET_RECVBUF_SIZE;
|
||||
|
||||
//virtual void simpleTask(BaseThread *callingThread);
|
||||
|
||||
static int getBroadCastPort() { return broadcast_portno; }
|
||||
|
Reference in New Issue
Block a user