Skip to content

Commit

Permalink
Minor editorial
Browse files Browse the repository at this point in the history
  • Loading branch information
ekr committed Jun 15, 2018
1 parent 77155f9 commit 779b3a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion draft-ietf-quic-recovery.md
Expand Up @@ -90,7 +90,7 @@ when, and only when, they appear in all capitals, as shown here.
# Design of the QUIC Transmission Machinery

All transmissions in QUIC are sent with a packet-level header, which indicates
an encryption level and includes a packet sequence number
the encryption level and includes a packet sequence number
(referred to below as a packet number). The encryption level indicates the
packet number space, as described in {{QUIC-TRANSPORT}}. Packet
numbers never repeat within a packet number space for the lifetime of a
Expand Down
2 changes: 1 addition & 1 deletion draft-ietf-quic-transport.md
Expand Up @@ -3935,7 +3935,7 @@ receive buffer for a connection.
A data receiver sends MAX_STREAM_DATA or MAX_DATA frames to the sender
to advertise additional credit. MAX_STREAM_DATA frames send the
maximum absolute byte offset of a stream, while MAX_DATA sends the
maximum sum of the absolute byte offsets of all streams.
maximum of the sum of the absolute byte offsets of all streams.

A receiver MAY advertise a larger offset at any point by sending MAX_DATA or
MAX_STREAM_DATA frames. A receiver MUST NOT renege on an advertisement; that
Expand Down

0 comments on commit 779b3a0

Please sign in to comment.