Danbias/Code/Network
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
..
NetworkDependencies Listener's Accept() is now threaded. 2013-11-27 14:33:08 +01:00
OysterNetworkClient Merge branch 'Network' of https://github.com/dean11/Danbias into Network 2013-11-27 11:06:03 +01:00
OysterNetworkServer Listener's Accept() is now threaded. 2013-11-27 14:33:08 +01:00