Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Massive batch of probably-editorial nits #3805

Merged
merged 11 commits into from
Jul 14, 2020
8 changes: 4 additions & 4 deletions draft-ietf-quic-transport.md
Original file line number Diff line number Diff line change
Expand Up @@ -2731,10 +2731,10 @@ endpoints MAY send the exact same packet.
Note:

: Allowing retransmission of a closing packet is an exception to the requirement
for new packet numbers for every packet in {{packet-numbers}}. Sending new
packet numbers is primarily of advantage to loss recovery and congestion
control, which are not expected to be relevant for a closed connection.
Retransmitting the final packet requires less state.
that a new packet number be used for each packet in {{packet-numbers}}.
Sending new packet numbers is primarily of advantage to loss recovery and
congestion control, which are not expected to be relevant for a closed
connection. Retransmitting the final packet requires less state.

New packets from unverified addresses could be used to create an amplification
attack; see {{address-validation}}. To avoid this, endpoints MUST either limit
Expand Down