1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Non-on-demand client is only able to handle one connection.

This commit is contained in:
Bartosz Taudul
2018-09-09 19:42:06 +02:00
parent 984a711666
commit 9211ce42da
5 changed files with 85 additions and 0 deletions
+1
View File
@@ -37,6 +37,7 @@ enum HandshakeStatus : uint8_t
HandshakePending,
HandshakeWelcome,
HandshakeProtocolMismatch,
HandshakeNotAvailable
};
enum { WelcomeMessageProgramNameSize = 64 };