TCPServer: added more checks during disconnects

This commit is contained in:
SChernykh
2022-07-06 14:17:09 +02:00
parent dcb822f812
commit 2e4f7adee4
2 changed files with 16 additions and 1 deletions

View File

@@ -83,6 +83,7 @@ public:
bool m_isV6;
bool m_isIncoming;
bool m_readBufInUse;
bool m_isClosing;
uint32_t m_numRead;
raw_ip m_addr;