Danbias/Code/Network/OysterNetworkServer
Pontus Fransson 6e24acea2b Listener's Accept() is now threaded.
Added function private to Connection SetBlockingMode(bool blocking); But
it doesn't do anything yet.
Listener is now accepting clients in a thread.
GetNewClient() returns the socket that has connected. -1 if there is no
new client connected. (Can only connect 1 client at a time.)
The simple chat program is not working anymore because of changes in the
server.
2013-11-27 14:33:08 +01:00
..
Client.cpp OysterByte 2013-11-27 11:01:22 +01:00
Client.h OysterByte 2013-11-27 11:01:22 +01:00
OysterNetworkServer.vcxproj Fixed code standard, Added packing functions 2013-11-25 19:00:33 +01:00
OysterNetworkServer.vcxproj.filters Fixed code standard, Added packing functions 2013-11-25 19:00:33 +01:00
ServerMain.cpp Listener's Accept() is now threaded. 2013-11-27 14:33:08 +01:00