Skip to content

Commit

Permalink
clarify path validation on previously used paths
Browse files Browse the repository at this point in the history
closes #235
  • Loading branch information
mirjak authored Nov 3, 2023
1 parent 94d1276 commit bd825ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions draft-ietf-quic-multipath.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,8 @@ a new path, it has to retire one of the established paths.
When the multipath option is negotiated, clients that want to use an
additional path MUST first initiate the Address Validation procedure
with PATH_CHALLENGE and PATH_RESPONSE frames described in
{{Section 8.2 of QUIC-TRANSPORT}}. After receiving packets from the
{{Section 8.2 of QUIC-TRANSPORT}}, unless it has previously validated
that address. After receiving packets from the
client on a new path, if the server decides to use the new path,
the server MUST perform path validation ({{Section 8.2 of QUIC-TRANSPORT}})
unless it has previously validated that address.
Expand Down Expand Up @@ -346,7 +347,6 @@ for transmission. Reception of QUIC packets on a new
path containing a Connection ID that is already in use on another path
should be considered as a path migration as further discussed in {{migration}}.


As specified in {{Section 9.3 of QUIC-TRANSPORT}}, the server is expected to send a new
address validation token to a client following the successful validation of a
new client address. In situations where multiple paths are activated, the
Expand Down

0 comments on commit bd825ff

Please sign in to comment.