mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-12 15:43:14 +02:00
resolve conflicts for removal of ACK2 process
This commit is contained in:
parent
9cc415fb26
commit
3efd1be3d6
1 changed files with 0 additions and 4 deletions
|
@ -167,10 +167,6 @@ void Connection::processControl(unique_ptr<ControlPacket> controlPacket) {
|
|||
break;
|
||||
}
|
||||
case ControlPacket::ACK2: {
|
||||
// change the type of the packet to an ACK2 and send it back
|
||||
controlPacket->setType(ControlPacket::ACK2);
|
||||
_sendQueue->sendPacket(*controlPacket);
|
||||
|
||||
break;
|
||||
}
|
||||
case ControlPacket::NAK: {
|
||||
|
|
Loading…
Reference in a new issue