mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Fix for HandshakeRequest logic
This commit is contained in:
parent
9294ae0dd2
commit
17c12fde9c
1 changed files with 1 additions and 0 deletions
|
@ -578,6 +578,7 @@ void Connection::processControl(ControlPacketPointer controlPacket) {
|
|||
#ifdef UDT_CONNECTION_DEBUG
|
||||
qCDebug(networking) << "Got handshake request, stopping SendQueue";
|
||||
#endif
|
||||
_hasReceivedHandshakeACK = false;
|
||||
stopSendQueue();
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue