remove comment that indicates that onTimeout is not used

This commit is contained in:
Stephen Birarda 2016-03-21 12:14:23 -07:00
parent 0956649cdb
commit 884df5739d

View file

@ -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();