0ad/source/network
wraitii 292d2c5d19 NetClient: don't LOGERROR when flushing messages while disconnected.
The NetClient code is now threaded, and this means it can try to flush
messages while 'knowingly' being disconnected.
This can be avoided by storing some state in NetClientSession

Improves 2d40068cd1, refs #3700

Differential Revision: https://code.wildfiregames.com/D3352
This was SVN commit r24616.
2021-01-15 07:54:55 +00:00
..
scripting
tests
fsm.cpp
fsm.h
NetClient.cpp Fix windows SEH hook when crashing in an std::thread 2021-01-10 08:39:54 +00:00
NetClient.h Thread the NetClient session. 2021-01-06 15:26:11 +00:00
NetClientTurnManager.cpp
NetClientTurnManager.h
NetFileTransfer.cpp
NetFileTransfer.h
NetHost.cpp
NetHost.h
NetMessage.cpp
NetMessage.h
NetMessages.h
NetMessageSim.cpp
NetServer.cpp Fix windows SEH hook when crashing in an std::thread 2021-01-10 08:39:54 +00:00
NetServer.h
NetServerTurnManager.cpp Fix two Clang warnings. 2021-01-05 11:49:24 +00:00
NetServerTurnManager.h
NetSession.cpp NetClient: don't LOGERROR when flushing messages while disconnected. 2021-01-15 07:54:55 +00:00
NetSession.h NetClient: don't LOGERROR when flushing messages while disconnected. 2021-01-15 07:54:55 +00:00
NetStats.cpp
NetStats.h
NMTCreator.h
Serialization.h
StringConverters.h
StunClient.cpp
StunClient.h