- attempt to see if this fixes issue# 111

This commit is contained in:
SoftCoder
2016-06-01 20:31:46 -07:00
parent ad4314fb29
commit c3db863434
3 changed files with 10 additions and 7 deletions

View File

@@ -129,9 +129,9 @@ public:
class Socket {
protected:
#ifdef WIN32
static SocketManager wsaManager;
#endif
//#ifdef WIN32
//static SocketManager wsaManager;
//#endif
PLATFORM_SOCKET sock;
time_t lastDebugEvent;
static int broadcast_portno;