mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 00:56:48 +02:00
add a comment for Connection processTimeoutNAK
This commit is contained in:
parent
94db77155e
commit
d344ba5743
1 changed files with 2 additions and 2 deletions
|
@ -432,8 +432,8 @@ void Connection::processTimeoutNAK(std::unique_ptr<ControlPacket> controlPacket)
|
|||
// Override SendQueue's LossList with the timeout NAK list
|
||||
_sendQueue->overrideNAKListFromPacket(*controlPacket);
|
||||
|
||||
// TODO: tell the congestion control object that there was loss
|
||||
// _congestionControl->onLoss();
|
||||
// we don't tell the congestion control object there was loss here - this matches UDTs implementation
|
||||
// a possible improvement would be to tell it which new loss this timeout packet told us about
|
||||
|
||||
++_totalReceivedTimeoutNAKs;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue