Skip to content

Commit

Permalink
Restore text Marten noted
Browse files Browse the repository at this point in the history
  • Loading branch information
ianswett committed Mar 12, 2020
1 parent 9d45cdc commit 7569274
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions draft-ietf-quic-transport.md
Original file line number Diff line number Diff line change
Expand Up @@ -2409,9 +2409,11 @@ source address.
If a max_idle_timeout is specified by either peer in its transport parameters
({{transport-parameter-definitions}}), the connection is silently closed
and its state is discarded when it remains idle for longer than the minimum of
both max_idle_timeout values and three times the current Probe Timeout (PTO).
both peers max_idle_timeout values and three times the current Probe Timeout (PTO).

By announcing a max_idle_timeout, an endpoint commits to initiating an immediate
Each endpoint advertises a max_idle_timeout, but the effective value at an
endpoint is computed as the minimum of the two advertised values. By announcing
a max_idle_timeout, an endpoint commits to initiating an immediate
close ({{immediate-close}}) if it abandons the connection prior to the effective
value.

Expand Down

0 comments on commit 7569274

Please sign in to comment.