google / quiche

BSD 3-Clause "New" or "Revised" License
659 stars 132 forks source link

QuicIdleNetworkDetector::StopDetection error or duplicated? #59

Closed ktprime closed 9 months ago

ktprime commented 1 year ago
void QuicIdleNetworkDetector::StopDetection() {
  alarm_->PermanentCancel();
  handshake_timeout_ = QuicTime::Delta::Infinite();
  idle_network_timeout_ = QuicTime::Delta::Infinite();
  handshake_timeout_ = QuicTime::Delta::Infinite(); //bandwidth_update_timeout_ ?
  stopped_ = true;
}