Bugfix for connecting to invalid IP Address will now properly detect a failed connection attempt.

This commit is contained in:
Mark Vejvoda
2010-03-11 17:45:39 +00:00
parent 4ecc284f75
commit cb0ea38d74
3 changed files with 31 additions and 12 deletions

View File

@@ -52,6 +52,7 @@ public:
class Socket {
protected:
int sock;
long lastDebugEvent;
public:
Socket(int sock);