mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 17:41:12 +02:00
remove comment that indicates that onTimeout is not used
This commit is contained in:
parent
0956649cdb
commit
884df5739d
1 changed files with 0 additions and 1 deletions
|
@ -180,7 +180,6 @@ void DefaultCC::onLoss(SequenceNumber rangeStart, SequenceNumber rangeEnd) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Note: This isn't currently being called by anything since we, unlike UDT, don't have TTL on our packets
|
|
||||||
void DefaultCC::onTimeout() {
|
void DefaultCC::onTimeout() {
|
||||||
if (_slowStart) {
|
if (_slowStart) {
|
||||||
stopSlowStart();
|
stopSlowStart();
|
||||||
|
|
Loading…
Reference in a new issue