mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 19:59:28 +02:00
Don't set _loss on delayed decrease
This commit is contained in:
parent
2e3040715b
commit
c95bc1c563
1 changed files with 2 additions and 0 deletions
|
@ -163,6 +163,8 @@ void DefaultCC::onLoss(SequenceNumber rangeStart, SequenceNumber rangeEnd) {
|
||||||
|
|
||||||
if (!_delayedDecrease) {
|
if (!_delayedDecrease) {
|
||||||
setPacketSendPeriod(ceil(_packetSendPeriod * INTER_PACKET_ARRIVAL_INCREASE));
|
setPacketSendPeriod(ceil(_packetSendPeriod * INTER_PACKET_ARRIVAL_INCREASE));
|
||||||
|
} else {
|
||||||
|
_loss = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
// update the count of NAKs and count of decreases in this interval
|
// update the count of NAKs and count of decreases in this interval
|
||||||
|
|
Loading…
Reference in a new issue