mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 09:23:17 +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() {
|
||||
if (_slowStart) {
|
||||
stopSlowStart();
|
||||
|
|
Loading…
Reference in a new issue