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

Require shibboleth match at start of connection.

This commit is contained in:
Bartosz Taudul
2018-09-09 18:26:53 +02:00
parent f55f2858c4
commit 270072b09e
3 changed files with 20 additions and 0 deletions
+2
View File
@@ -1279,6 +1279,8 @@ void Worker::Exec()
if( m_sock.Connect( m_addr.c_str(), "8086" ) ) break;
}
m_sock.Send( HandshakeShibboleth, HandshakeShibbolethSize );
auto lz4buf = std::make_unique<char[]>( LZ4Size );
std::chrono::time_point<std::chrono::high_resolution_clock> t0;