Moved UDP logic from Hybrid server/client to UDP server/client. fixed bug in Server::CheckForTimeOuts.
This commit is contained in:
@@ -26,10 +26,15 @@
|
||||
// Network
|
||||
#include <boost/thread.hpp>
|
||||
#include "Network/Network.h"
|
||||
// Hybrid
|
||||
#include "Network/HybridServer.h"
|
||||
#include "Network/HybridClient.h"
|
||||
// TCP
|
||||
#include "Network/TCPClient.h"
|
||||
#include "Network/TCPServer.h"
|
||||
// UDP
|
||||
#include "Network/UDPServer.h"
|
||||
#include "Network/UDPClient.h"
|
||||
|
||||
// Sound
|
||||
#include "Sound/SoundSystem.h"
|
||||
|
||||
Reference in New Issue
Block a user