Skip to content

Commit

Permalink
Script updating gh-pages from 49a2833. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ID Bot committed Oct 24, 2019
1 parent c3be109 commit a24084d
Show file tree
Hide file tree
Showing 3 changed files with 1,605 additions and 1,605 deletions.
2 changes: 1 addition & 1 deletion ianswett-pto-per-pn-space/draft-ietf-quic-recovery.html
Expand Up @@ -794,7 +794,7 @@ <h2 id="rfc.section.5.2">
<a href="#rfc.section.5.2">5.2.</a> <a href="#pto" id="pto">Probe Timeout</a>
</h2>
<p id="rfc.section.5.2.p.1">A Probe Timeout (PTO) triggers sending one or two probe datagrams when ack-eliciting packets are not acknowledged within the expected period of time or the handshake has not been completed. A PTO enables a connection to recover from loss of tail packets or acknowledgements.</p>
<p id="rfc.section.5.2.p.2">As with loss detection, the probe timeout is per packet number space. The PTO algorithm used in QUIC implements the reliability functions of Tail Loss Probe <a href="#RACK" class="xref">[RACK]</a>, RTO <a href="#RFC5681" class="xref">[RFC5681]</a> and F-RTO algorithms for TCP <a href="#RFC5682" class="xref">[RFC5682]</a>. The timeout computation is based on TCP&#8217;s retransmission timeout period <a href="#RFC6298" class="xref">[RFC6298]</a>.</p>
<p id="rfc.section.5.2.p.2">As with loss detection, the probe timeout is per packet number space. The PTO algorithm used in QUIC implements the reliability functions of Tail Loss Probe <a href="#RACK" class="xref">[RACK]</a>, RTO <a href="#RFC5681" class="xref">[RFC5681]</a>, and F-RTO algorithms for TCP <a href="#RFC5682" class="xref">[RFC5682]</a>. The timeout computation is based on TCP&#8217;s retransmission timeout period <a href="#RFC6298" class="xref">[RFC6298]</a>.</p>
<h3 id="rfc.section.5.2.1">
<a href="#rfc.section.5.2.1">5.2.1.</a> <a href="#computing-pto" id="computing-pto">Computing PTO</a>
</h3>
Expand Down
6 changes: 3 additions & 3 deletions ianswett-pto-per-pn-space/draft-ietf-quic-recovery.txt
Expand Up @@ -595,9 +595,9 @@ Internet-Draft QUIC Loss Detection October 2019

As with loss detection, the probe timeout is per packet number space.
The PTO algorithm used in QUIC implements the reliability functions
of Tail Loss Probe [RACK], RTO [RFC5681] and F-RTO algorithms for TCP
[RFC5682]. The timeout computation is based on TCP's retransmission
timeout period [RFC6298].
of Tail Loss Probe [RACK], RTO [RFC5681], and F-RTO algorithms for
TCP [RFC5682]. The timeout computation is based on TCP's
retransmission timeout period [RFC6298].

5.2.1. Computing PTO

Expand Down

0 comments on commit a24084d

Please sign in to comment.