Skip to content

Commit

Permalink
idle_timeout = max(3*PTO, TP.idle_timeout), skip draining period
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuho committed Feb 4, 2019
1 parent 281707b commit 6f09658
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions draft-ietf-quic-transport.md
Expand Up @@ -2276,9 +2276,10 @@ source address.

## Idle Timeout {#idle-timeout}

If the idle timeout is enabled, a connection that remains idle for longer than
the advertised idle timeout (see {{transport-parameter-definitions}}) is closed.
A connection enters the draining state when the idle timeout expires.
If the idle timeout is enabled, a connection is closed when it remains idle for
longer than the larger of the advertised idle timeout (see
{{transport-parameter-definitions}}) or three times the current Probe Timeout
(PTO). The connection state is discarded immediately when the timeout expires.

Each endpoint advertises its own idle timeout to its peer. An enpdpoint
restarts any timer it maintains when a packet from its peer is received and
Expand Down

0 comments on commit 6f09658

Please sign in to comment.