mirror of
https://github.com/glest/glest-source.git
synced 2025-08-12 19:33:59 +02:00
- added new headless server status check:
on the SAME box as the headless run: ./megaglest --headless-server-status
This commit is contained in:
@@ -247,8 +247,10 @@ protected:
|
||||
bool isBroadCastThreadRunning();
|
||||
vector<string> blockIPList;
|
||||
|
||||
bool basicMode;
|
||||
|
||||
public:
|
||||
ServerSocket();
|
||||
ServerSocket(bool basicMode = false);
|
||||
virtual ~ServerSocket();
|
||||
void bind(int port);
|
||||
void listen(int connectionQueueSize= SOMAXCONN);
|
||||
|
Reference in New Issue
Block a user