mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-30 02:08:16 +02:00
moved and updated a comment in SequenceNumberStats
This commit is contained in:
parent
059628c26a
commit
a2451a9651
1 changed files with 2 additions and 2 deletions
|
@ -112,6 +112,8 @@ void SequenceNumberStats::sequenceNumberReceived(quint16 incoming, QUuid senderU
|
||||||
}
|
}
|
||||||
_numLate++;
|
_numLate++;
|
||||||
|
|
||||||
|
// do not update _lastReceived; it shouldn't become smaller
|
||||||
|
|
||||||
// remove this from missing sequence number if it's in there
|
// remove this from missing sequence number if it's in there
|
||||||
if (_missingSet.remove(incoming)) {
|
if (_missingSet.remove(incoming)) {
|
||||||
if (wantExtraDebugging) {
|
if (wantExtraDebugging) {
|
||||||
|
@ -125,8 +127,6 @@ void SequenceNumberStats::sequenceNumberReceived(quint16 incoming, QUuid senderU
|
||||||
}
|
}
|
||||||
_numDuplicate++;
|
_numDuplicate++;
|
||||||
}
|
}
|
||||||
|
|
||||||
// do not update _incomingLastSequence; it shouldn't become smaller
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue