Skip to content

Commit

Permalink
fix MUST not in idle period (#2210)
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-seemann authored and ianswett committed Dec 19, 2018
1 parent 0828c13 commit a7280fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draft-ietf-quic-recovery.md
Expand Up @@ -975,7 +975,7 @@ in Linux (3.11 onwards).
## Sending data after an idle period

A sender becomes idle if it ceases to send data and has no bytes in flight. A
sender's congestion window MUST not increase while it is idle.
sender's congestion window MUST NOT increase while it is idle.

When sending data after becoming idle, a sender MUST reset its congestion window
to the initial congestion window (see Section 4.1 of {{?RFC5681}}), unless it
Expand Down

0 comments on commit a7280fa

Please sign in to comment.