Skip to content

Commit

Permalink
Script updating gh-pages from 5e73d93. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ID Bot committed Mar 10, 2020
1 parent abdd957 commit b3bd39f
Show file tree
Hide file tree
Showing 3 changed files with 1,704 additions and 1,703 deletions.
7 changes: 4 additions & 3 deletions draft-ietf-quic-recovery.html
Expand Up @@ -2384,15 +2384,16 @@ <h2 id="name-variables-of-interest">
<dt id="section-a.3-2.3">smoothed_rtt:</dt>
<dd id="section-a.3-2.4">
The smoothed RTT of the connection, computed as described in
<span>[<a href="#RFC6298" class="xref">RFC6298</a>]</span><a href="#section-a.3-2.4" class="pilcrow"></a>
<a href="#smoothed-rtt" class="xref">Section 4.3</a>.<a href="#section-a.3-2.4" class="pilcrow"></a>
</dd>
<dt id="section-a.3-2.5">rttvar:</dt>
<dd id="section-a.3-2.6">
The RTT variation, computed as described in <span>[<a href="#RFC6298" class="xref">RFC6298</a>]</span><a href="#section-a.3-2.6" class="pilcrow"></a>
The RTT variation, computed as described in <a href="#smoothed-rtt" class="xref">Section 4.3</a><a href="#section-a.3-2.6" class="pilcrow"></a>
</dd>
<dt id="section-a.3-2.7">min_rtt:</dt>
<dd id="section-a.3-2.8">
The minimum RTT seen in the connection, ignoring ack delay.<a href="#section-a.3-2.8" class="pilcrow"></a>
The minimum RTT seen in the connection, ignoring ack delay, as described
in <a href="#min-rtt" class="xref">Section 4.2</a>.<a href="#section-a.3-2.8" class="pilcrow"></a>
</dd>
<dt id="section-a.3-2.9">max_ack_delay:</dt>
<dd id="section-a.3-2.10">
Expand Down
8 changes: 4 additions & 4 deletions draft-ietf-quic-recovery.txt
Expand Up @@ -1411,11 +1411,12 @@ A.3. Variables of interest
ack for a previously unacked packet.

smoothed_rtt: The smoothed RTT of the connection, computed as
described in [RFC6298]
described in Section 4.3.

rttvar: The RTT variation, computed as described in [RFC6298]
rttvar: The RTT variation, computed as described in Section 4.3

min_rtt: The minimum RTT seen in the connection, ignoring ack delay.
min_rtt: The minimum RTT seen in the connection, ignoring ack delay,
as described in Section 4.2.

max_ack_delay: The maximum amount of time by which the receiver
intends to delay acknowledgments for packets in the
Expand Down Expand Up @@ -1452,7 +1453,6 @@ A.4. Initialization




Iyengar & Swett Expires 11 September 2020 [Page 26]

Internet-Draft QUIC Loss Detection March 2020
Expand Down

0 comments on commit b3bd39f

Please sign in to comment.