Skip to content

Commit

Permalink
Remove additional reference to packet space.
Browse files Browse the repository at this point in the history
  • Loading branch information
nibanks committed Aug 7, 2018
1 parent 9e4221b commit d63b20d
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 @@ -119,7 +119,7 @@ Retransmittable Packets:
All transmissions in QUIC are sent with a packet-level header, which indicates
the encryption level and includes a packet sequence number (referred to below as
a packet number). Packet numbers never repeat for the lifetime of a connection.
Packet numbers monotonically increase within a space, preventing ambiguity.
Packet numbers monotonically increase, preventing ambiguity.

This design obviates the need for disambiguating between transmissions and
retransmissions and eliminates significant complexity from QUIC's interpretation
Expand Down

0 comments on commit d63b20d

Please sign in to comment.