Skip to content

Commit

Permalink
Merge pull request #2758 from reschke/patch-23
Browse files Browse the repository at this point in the history
transport: fix broken ref to PTO in recovery
  • Loading branch information
janaiyengar committed Jun 4, 2019
2 parents e52cf67 + 8570052 commit 7a18778
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions draft-ietf-quic-transport.md
Original file line number Diff line number Diff line change
Expand Up @@ -2254,8 +2254,8 @@ The value for an idle timeout can be asymmetric. The value advertised by an
endpoint is only used to determine whether the connection is live at that
endpoint. An endpoint that sends packets near the end of the idle timeout
period of a peer risks having those packets discarded if its peer enters the
draining state before the packets arrive. If a peer could timeout within an
Probe Timeout (PTO; see Section 6.2.2 of {{QUIC-RECOVERY}}), it is advisable to
draining state before the packets arrive. If a peer could timeout within a
Probe Timeout (PTO; see Section 6.3 of {{QUIC-RECOVERY}}), it is advisable to
test for liveness before sending any data that cannot be retried safely. Note
that it is likely that only applications or application protocols will
know what information can be retried.
Expand Down

0 comments on commit 7a18778

Please sign in to comment.