mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 19:36:45 +02: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
|
#ifdef UDT_CONNECTION_DEBUG
|
||||||
qCDebug(networking) << "Got handshake request, stopping SendQueue";
|
qCDebug(networking) << "Got handshake request, stopping SendQueue";
|
||||||
#endif
|
#endif
|
||||||
|
_hasReceivedHandshakeACK = false;
|
||||||
stopSendQueue();
|
stopSendQueue();
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue