Skip to content

Commit

Permalink
fixing indentation in pseudocode
Browse files Browse the repository at this point in the history
Co-authored-by: Junho Choi <1229714+junhochoi@users.noreply.github.com>
  • Loading branch information
kazu-yamamoto and junhochoi committed Jul 16, 2020
1 parent 9e2a62d commit 89dcd56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draft-ietf-quic-recovery.md
Original file line number Diff line number Diff line change
Expand Up @@ -1534,7 +1534,7 @@ newly acked_packets from sent_packets.

// Do not increase congestion window in recovery period.
if (InCongestionRecovery(acked_packet.time_sent)):
return
return

if (congestion_window < ssthresh):
// Slow start.
Expand Down

0 comments on commit 89dcd56

Please sign in to comment.