Skip to content

Commit

Permalink
Remove formula with confusing variables
Browse files Browse the repository at this point in the history
  • Loading branch information
martinthomson committed Oct 28, 2020
1 parent 2719b29 commit ec93558
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions draft-ietf-quic-transport.md
Expand Up @@ -2255,11 +2255,7 @@ Endpoints SHOULD abandon path validation based on a timer. When setting this
timer, implementations are cautioned that the new path could have a longer
round-trip time than the original. A value of three times the larger of the
current Probe Timeout (PTO) or the PTO for the new path (that is, using
kInitialRtt as defined in {{QUIC-RECOVERY}}) is RECOMMENDED. That is:

~~~
validation_timeout = 3*max(PTO_current, PTO_new)
~~~
kInitialRtt as defined in {{QUIC-RECOVERY}}) is RECOMMENDED.

This timeout allows for multiple PTOs to expire prior to failing path
validation, so that loss of a single PATH_CHALLENGE or PATH_RESPONSE frame
Expand Down

0 comments on commit ec93558

Please sign in to comment.