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 5e99c57 commit 9e2a62d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draft-ietf-quic-recovery.md
Expand Up @@ -1530,7 +1530,7 @@ newly acked_packets from sent_packets.
// Do not increase congestion_window if application
// limited or flow control limited.
if (IsAppOrFlowControlLimited())
return
return

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

0 comments on commit 9e2a62d

Please sign in to comment.