| 68 | } |
| 69 | |
| 70 | void CNetConnection::Init(NETSOCKET Socket, bool BlockCloseMsg) |
| 71 | { |
| 72 | Reset(); |
| 73 | ResetStats(); |
| 74 | |
| 75 | m_Socket = Socket; |
| 76 | m_BlockCloseMsg = BlockCloseMsg; |
| 77 | m_aErrorString[0] = '\0'; |
| 78 | } |
| 79 | |
| 80 | void CNetConnection::AckChunks(int Ack) |
| 81 | { |
no outgoing calls
no test coverage detected