mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 06:29:30 +02:00
add a TODO for processTimeoutNAK
This commit is contained in:
parent
3b7d0ab62a
commit
43e81420bd
1 changed files with 2 additions and 0 deletions
|
@ -424,6 +424,8 @@ void Connection::processNAK(std::unique_ptr<ControlPacket> controlPacket) {
|
||||||
void Connection::processTimeoutNAK(std::unique_ptr<ControlPacket> controlPacket) {
|
void Connection::processTimeoutNAK(std::unique_ptr<ControlPacket> controlPacket) {
|
||||||
// read the NAKed sequence numbers from the packet
|
// read the NAKed sequence numbers from the packet
|
||||||
|
|
||||||
|
// TODO: enumerate the received NAKs and create ranges if possible, then call _sendQueue->nak
|
||||||
|
|
||||||
++_totalReceivedTimeoutNAKs;
|
++_totalReceivedTimeoutNAKs;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue