Skip to content

Commit

Permalink
Script updating gh-pages from cf63bd9. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ID Bot committed Oct 30, 2019
1 parent 836c94e commit 9d88074
Show file tree
Hide file tree
Showing 3 changed files with 1,875 additions and 1,875 deletions.
2 changes: 1 addition & 1 deletion ianswett-max-datagram-size/draft-ietf-quic-recovery.html
Expand Up @@ -1393,7 +1393,7 @@ <h2 id="rfc.appendix.B.2">

<dl>
<dt>max_datagram_size:</dt>
<dd style="margin-left: 8">The sender&#8217;s current maximum payload size. Does not include UDP or IP overhead. The max datagram size is used for congestion window computations. An endpoint sets the value of this variable based on its PMTU, with a minimum value of 1200 bytes (see Section 14.1 of <a href="#QUIC-TRANSPORT" class="xref">[QUIC-TRANSPORT]</a>).</dd>
<dd style="margin-left: 8">The sender&#8217;s current maximum payload size. Does not include UDP or IP overhead. The max datagram size is used for congestion window computations. An endpoint sets the value of this variable based on its PMTU (see Section 14.1 of <a href="#QUIC-TRANSPORT" class="xref">[QUIC-TRANSPORT]</a>), with a minimum value of 1200 bytes.</dd>
<dt>ecn_ce_counters[kPacketNumberSpace]:</dt>
<dd style="margin-left: 8">The highest value reported for the ECN-CE counter in the packet number space by the peer in an ACK frame. This value is used to detect increases in the reported ECN-CE counter.</dd>
<dt>bytes_in_flight:</dt>
Expand Down
4 changes: 2 additions & 2 deletions ianswett-max-datagram-size/draft-ietf-quic-recovery.txt
Expand Up @@ -1710,8 +1710,8 @@ B.2. Variables of interest
max_datagram_size: The sender's current maximum payload size. Does
not include UDP or IP overhead. The max datagram size is used for
congestion window computations. An endpoint sets the value of
this variable based on its PMTU, with a minimum value of 1200
bytes (see Section 14.1 of [QUIC-TRANSPORT]).
this variable based on its PMTU (see Section 14.1 of
[QUIC-TRANSPORT]), with a minimum value of 1200 bytes.

ecn_ce_counters[kPacketNumberSpace]: The highest value reported for
the ECN-CE counter in the packet number space by the peer in an
Expand Down

0 comments on commit 9d88074

Please sign in to comment.