Fix for HandshakeRequest logic

This commit is contained in:
Simon Walton 2018-03-06 16:32:04 -08:00
parent 9294ae0dd2
commit 17c12fde9c

View file

@ -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;