1
0

cClientHandle: Added protocol version knowledge.

This commit is contained in:
Mattes D
2014-10-05 20:19:21 +02:00
parent f28f5e4879
commit a8aeceab9d
5 changed files with 22 additions and 3 deletions

View File

@@ -134,7 +134,7 @@ protected:
/// Tries to recognize protocol based on m_Buffer contents; returns true if recognized
bool TryRecognizeProtocol(void);
/** Tries to recognize a protocol in the leghted family (1.7+), based on m_Buffer; returns true if recognized.
/** Tries to recognize a protocol in the lengthed family (1.7+), based on m_Buffer; returns true if recognized.
The packet length and type have already been read, type is 0
The number of bytes remaining in the packet is passed as a_PacketLengthRemaining
**/