removed debug info.

This commit is contained in:
Jocke
2016-03-11 11:01:10 +01:00
parent a8a4b5d2a2
commit 33627f917c
7 changed files with 28 additions and 44 deletions
+1 -1
View File
@@ -140,7 +140,7 @@ private:
std::vector<ServerInfo> m_Serverlist;
bool m_SearchingForServers = false;
std::clock_t m_StartSearchTime;
double m_SearchingTime = 2000; // Config I guess
double m_SearchingTime = 200; // Config I guess
};
#endif
+1 -1
View File
@@ -27,7 +27,7 @@ private:
boost::asio::io_service m_IOService;
boost::asio::ip::udp::endpoint m_ReceiverEndpoint;
boost::shared_ptr<boost::asio::ip::udp::socket> m_Socket;
int lastReceivedSnapshotGroup = 0;
int m_LastReceivedSnapshotGroup = 0;
int readBuffer();
void readPartOfPacket();
PacketID m_SendPacketID = 0;