mirror of
https://github.com/glest/glest-source.git
synced 2025-08-11 19:04:00 +02:00
Bugfix for connecting to invalid IP Address will now properly detect a failed connection attempt.
This commit is contained in:
@@ -52,6 +52,7 @@ public:
|
||||
class Socket {
|
||||
protected:
|
||||
int sock;
|
||||
long lastDebugEvent;
|
||||
|
||||
public:
|
||||
Socket(int sock);
|
||||
|
Reference in New Issue
Block a user