Danbias/Code/Network/NetworkDependencies
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
..
Messages Pull MiscBranch 2013-11-27 11:28:11 +01:00
Connection.cpp Listener's Accept() is now threaded. 2013-11-27 14:33:08 +01:00
Connection.h Listener's Accept() is now threaded. 2013-11-27 14:33:08 +01:00
IConnection.h Pull MiscBranch 2013-11-27 11:28:11 +01:00
IListener.h Fixed code standard, Added packing functions 2013-11-25 19:00:33 +01:00
ITranslate.h OysterByte 2013-11-27 11:01:22 +01:00
Listener.cpp Listener's Accept() is now threaded. 2013-11-27 14:33:08 +01:00
Listener.h Listener's Accept() is now threaded. 2013-11-27 14:33:08 +01:00
NetworkDependencies.vcxproj OysterByte 2013-11-27 11:01:22 +01:00
NetworkDependencies.vcxproj.filters OysterByte 2013-11-27 11:01:22 +01:00
OysterByte.cpp Pull MiscBranch 2013-11-27 11:28:11 +01:00
OysterByte.h OysterByte 2013-11-27 11:01:22 +01:00
Packing.cpp Listener's Accept() is now threaded. 2013-11-27 14:33:08 +01:00
Packing.h Fixed code standard, Added packing functions 2013-11-25 19:00:33 +01:00
Protocols.h Merge branch 'Network' of https://github.com/dean11/Danbias into Network 2013-11-25 19:05:28 +01:00
Translator.cpp OysterByte 2013-11-27 11:01:22 +01:00
Translator.h OysterByte 2013-11-27 11:01:22 +01:00
WinsockFunctions.cpp Pull MiscBranch 2013-11-27 11:28:11 +01:00
WinsockFunctions.h ErrorMessages everywhere! 2013-11-26 13:45:03 +01:00
main.cpp Removed old stuff, and added main files for all projects 2013-11-18 16:34:50 +01:00