Skip to content

Commit

Permalink
retransmit path_abandon on another path
Browse files Browse the repository at this point in the history
fixes #470
  • Loading branch information
mirjak authored Dec 3, 2024
1 parent bf65674 commit 3d473f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions draft-ietf-quic-multipath.md
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,9 @@ not only the path that is intended to be closed. Thus,
even if connectivity on that path is already broken
but there is still another usable path, it is RECOMMENDED to
send the PATH_ABANDON frames on another path.
For example if the PATH_ABANDON frame itself got lost on the to be abandoned path,
this might be a sign that the path is not usable anymore and
retransmission on another path would address this concern.

If a PATH_ABANDON frame is received for the only open path of a QUIC
connection, the receiving peer SHOULD send a CONNECTION_CLOSE frame
Expand Down

0 comments on commit 3d473f1

Please sign in to comment.