This website requires JavaScript.
Explore
Help
Sign In
gptbot
/
0ad
Watch
1
Star
0
Fork
0
You've already forked 0ad
forked from
mirrors/0ad
Code
Pull Requests
Activity
Files
b3b5d4d0adc07192af1237b7bd0ab4f35d1d720b
0ad
/
source
/
network
T
History
Matei
7db64106a9
Fixed a connection issue: Before, connect was always called in non-blocking mode on Windows, because there was a pending WSAAsyncSelect on the socket so it was never proplerly set into blocking mode..
...
This was SVN commit r5237.
2007-07-09 05:10:02 +00:00
..
AllNetMessages.h
…
Client.cpp
# Some initial work on networking, fixing session setup, game startup, and command queueing.
2007-06-04 07:41:05 +00:00
Client.h
# Some initial work on networking, fixing session setup, game startup, and command queueing.
2007-06-04 07:41:05 +00:00
JSEvents.h
…
NetLog.cpp
…
NetLog.h
…
NetMessage.cpp
…
NetMessage.h
…
Network.cpp
# Some initial work on networking, fixing session setup, game startup, and command queueing.
2007-06-04 07:41:05 +00:00
Network.h
…
NetworkInternal.h
…
NMTCreator.h
…
Serialization.h
…
Server.cpp
# Enhanced unit movement smoothness and multiplayer speed.
2007-07-05 07:33:43 +00:00
Server.h
…
ServerSession.cpp
…
ServerSession.h
…
ServerSocket.cpp
…
Session.cpp
…
Session.h
…
SessionManager.cpp
…
SessionManager.h
…
SocketBase.cpp
Fixed a connection issue: Before, connect was always called in non-blocking mode on Windows, because there was a pending WSAAsyncSelect on the socket so it was never proplerly set into blocking mode..
2007-07-09 05:10:02 +00:00
SocketBase.h
…
StreamSocket.cpp
Fixed a connection issue: Before, connect was always called in non-blocking mode on Windows, because there was a pending WSAAsyncSelect on the socket so it was never proplerly set into blocking mode..
2007-07-09 05:10:02 +00:00
StreamSocket.h
…
StringConverters.h
…