Smooth connection and disconnection complete
The clients can connect and disconnect from the server with known no issues. There is no way to shutdown the server yet, but it might be possible to kick someone else from the server soon.
This commit is contained in:
@@ -3,10 +3,11 @@
|
||||
|
||||
#include "packet_type.hpp"
|
||||
|
||||
void BeginQueueThread();
|
||||
void EndQueueThread();
|
||||
void KillQueueThread();
|
||||
void beginQueueThread();
|
||||
void endQueueThread();
|
||||
void killQueueThread();
|
||||
Packet peekNetworkPacket();
|
||||
Packet popNetworkPacket();
|
||||
void flushNetworkQueue();
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user