Skip to content

Commit

Permalink
Script updating gh-pages from 642ce7c. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ID Bot committed Mar 22, 2020
1 parent 3a1d45b commit 5c6916b
Show file tree
Hide file tree
Showing 3 changed files with 1,469 additions and 1,469 deletions.
12 changes: 6 additions & 6 deletions ianswett-appendix-recommended/draft-ietf-quic-recovery.html
Expand Up @@ -1742,7 +1742,7 @@ <h4 id="name-computing-pto">
data.<a href="#section-5.2.1-8" class="pilcrow"></a></p>
</section>
</div>
<div id="handshakes-and-new-paths">
<div id="pto-handshake">
<section id="section-5.2.2">
<h4 id="name-handshakes-and-new-paths">
<a href="#section-5.2.2" class="section-number selfRef">5.2.2. </a><a href="#name-handshakes-and-new-paths" class="section-name selfRef">Handshakes and New Paths</a>
Expand Down Expand Up @@ -2361,13 +2361,13 @@ <h2 id="name-constants-of-interest">
<dt id="section-a.2-2.1">kPacketThreshold:</dt>
<dd id="section-a.2-2.2">
Maximum reordering in packets before packet threshold loss detection
considers a packet lost. The RECOMMENDED value is 3.<a href="#section-a.2-2.2" class="pilcrow"></a>
considers a packet lost. The value recommended in <a href="#packet-threshold" class="xref">Section 5.1.1</a> is 3.<a href="#section-a.2-2.2" class="pilcrow"></a>
</dd>
<dt id="section-a.2-2.3">kTimeThreshold:</dt>
<dd id="section-a.2-2.4">
Maximum reordering in time before time threshold loss detection
considers a packet lost. Specified as an RTT multiplier. The RECOMMENDED
value is 9/8.<a href="#section-a.2-2.4" class="pilcrow"></a>
considers a packet lost. Specified as an RTT multiplier. The value
recommended in <a href="#time-threshold" class="xref">Section 5.1.2</a> is 9/8.<a href="#section-a.2-2.4" class="pilcrow"></a>
</dd>
<dt id="section-a.2-2.5">kGranularity:</dt>
<dd id="section-a.2-2.6">
Expand All @@ -2376,7 +2376,7 @@ <h2 id="name-constants-of-interest">
</dd>
<dt id="section-a.2-2.7">kInitialRtt:</dt>
<dd id="section-a.2-2.8">
The RTT used before an RTT sample is taken. The RECOMMENDED value is 500ms.<a href="#section-a.2-2.8" class="pilcrow"></a>
The RTT used before an RTT sample is taken, as described in <a href="#pto-handshake" class="xref">Section 5.2.2</a>.<a href="#section-a.2-2.8" class="pilcrow"></a>
</dd>
<dt id="section-a.2-2.9">kPacketNumberSpace:</dt>
<dd id="section-a.2-2.10">
Expand Down Expand Up @@ -2611,7 +2611,7 @@ <h2 id="name-setting-the-loss-detection-">
and timer events further below. The function SetLossDetectionTimer defined
below shows how the single timer is set.<a href="#section-a.8-1" class="pilcrow"></a></p>
<p id="section-a.8-2">This algorithm may result in the timer being set in the past, particularly if
timers wake up late. Timers set in the past SHOULD fire immediately.<a href="#section-a.8-2" class="pilcrow"></a></p>
timers wake up late. Timers set in the past fire immediately.<a href="#section-a.8-2" class="pilcrow"></a></p>
<p id="section-a.8-3">Pseudocode for SetLossDetectionTimer follows:<a href="#section-a.8-3" class="pilcrow"></a></p>
<div class="artwork art-text alignLeft" id="section-a.8-4">
<pre>
Expand Down
14 changes: 7 additions & 7 deletions ianswett-appendix-recommended/draft-ietf-quic-recovery.txt
Expand Up @@ -1408,18 +1408,18 @@ A.2. Constants of interest
papers, and common practice.

kPacketThreshold: Maximum reordering in packets before packet
threshold loss detection considers a packet lost. The RECOMMENDED
value is 3.
threshold loss detection considers a packet lost. The value
recommended in Section 5.1.1 is 3.

kTimeThreshold: Maximum reordering in time before time threshold
loss detection considers a packet lost. Specified as an RTT
multiplier. The RECOMMENDED value is 9/8.
multiplier. The value recommended in Section 5.1.2 is 9/8.

kGranularity: Timer granularity. This is a system-dependent value,
and the RECOMMENDED value is 1ms.

kInitialRtt: The RTT used before an RTT sample is taken. The
RECOMMENDED value is 500ms.
kInitialRtt: The RTT used before an RTT sample is taken, as
described in Section 5.2.2.

kPacketNumberSpace: An enum to enumerate the three packet number
spaces.
Expand Down Expand Up @@ -1635,8 +1635,8 @@ A.8. Setting the Loss Detection Timer
timer is set.

This algorithm may result in the timer being set in the past,
particularly if timers wake up late. Timers set in the past SHOULD
fire immediately.
particularly if timers wake up late. Timers set in the past fire
immediately.

Pseudocode for SetLossDetectionTimer follows:

Expand Down

0 comments on commit 5c6916b

Please sign in to comment.