Skip to content

Commit

Permalink
Merge pull request #247 from quicwg/fix-246
Browse files Browse the repository at this point in the history
1-RTT packets are packet types, not encryption levels
  • Loading branch information
mirjak authored Jul 5, 2023
2 parents c5fd565 + 9404e75 commit c854790
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions draft-ietf-quic-multipath.md
Original file line number Diff line number Diff line change
Expand Up @@ -986,12 +986,10 @@ closed after the idle timeout expires.

# New Frames {#frames}

All the new frames MUST only be sent in 1-RTT packet, and MUST NOT
use other encryption levels.
All the new frames MUST only be sent in 1-RTT packet.

If an endpoint receives multipath-specific frames from packets of
other encryption levels, it MUST return FRAME_ENCODING_ERROR
as a connection error and close the connection.
If an endpoint receives a multipath-specific frame in a different packet type,
it MUST close the connection with an error of type FRAME_ENCODING_ERROR.

All multipath-specific frames relate to a Destination Connection
ID sequence number. If an endpoint receives a Destination Connection ID
Expand Down

0 comments on commit c854790

Please sign in to comment.