We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ec6045 commit 284b408Copy full SHA for 284b408
draft-ietf-quic-recovery.md
@@ -737,7 +737,7 @@ Pseudocode for SetLossDetectionAlarm follows:
737
~~~
738
SetLossDetectionAlarm():
739
// Don't arm the alarm if there are no packets with
740
- // congestion controlled data in flight.
+ // congestion-controlled data in flight.
741
if (bytes_in_flight == 0):
742
loss_detection_alarm.cancel()
743
return
0 commit comments