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 d785443 commit 9ebd972Copy full SHA for 9ebd972
draft-ietf-quic-recovery.md
@@ -759,7 +759,7 @@ Pseudocode for SetLossDetectionAlarm follows:
759
time_of_last_sent_retransmittable_packet
760
else:
761
// RTO or TLP alarm
762
- // calculate RTO duration
+ // Calculate RTO duration
763
alarm_duration =
764
smoothed_rtt + 4 * rttvar + max_ack_delay
765
alarm_duration = max(alarm_duration, kMinRTOTimeout)
0 commit comments