Skip to content

Commit

Permalink
Update draft-ietf-quic-transport.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ianswett committed Sep 16, 2020
1 parent e41f0f9 commit d60deed
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions draft-ietf-quic-transport.md
Original file line number Diff line number Diff line change
Expand Up @@ -2173,9 +2173,10 @@ An endpoint MAY send multiple PATH_CHALLENGE frames to guard against packet
loss. However, an endpoint SHOULD NOT send multiple PATH_CHALLENGE frames in a
single packet.

An endpoint SHOULD NOT send packets containing a PATH_CHALLENGE more
frequently than it would an Initial packet, ensuring that connection migration
is no more load on a new path than establishing a new connection.
An endpoint SHOULD NOT probe a new path with packets containing a
PATH_CHALLENGE more frequently than it would send an Initial packet. This
ensures connection migration is no more load on a new path than establishing a
new connection.

The endpoint MUST use unpredictable data in every PATH_CHALLENGE frame so that
it can associate the peer's response with the corresponding PATH_CHALLENGE.
Expand Down

0 comments on commit d60deed

Please sign in to comment.