Skip to content
Permalink
Browse files
Script updating gh-pages from 1cb0025. [ci skip]
  • Loading branch information
ID Bot committed May 9, 2022
1 parent c359e0e commit 96355140f014a737271d751433108218a0a2609a
Showing with 540 additions and 540 deletions.
  1. +11 −11 h3qp_auth48/index.html
  2. +2 −2 h3qp_auth48/rfc8999.html
  3. +2 −2 h3qp_auth48/rfc9000.html
  4. +3 −3 h3qp_auth48/rfc9001.html
  5. +1 −1 h3qp_auth48/rfc9001.txt
  6. +4 −4 h3qp_auth48/rfc9002.html
  7. +74 −74 h3qp_auth48/rfc9114.html
  8. +443 −443 index.html
@@ -16,11 +16,6 @@
<h1>Editor's drafts for h3qp_auth48 branch of <a href="https://github.com/quicwg/base-drafts/tree/h3qp_auth48">quicwg/base-drafts</a></h1>
<p>View <a href="issues.html">saved issues</a>, or the latest GitHub <a href="https://github.com/quicwg/base-drafts/issues">issues</a> and <a href="https://github.com/quicwg/base-drafts/pulls">pull requests</a> in the <a href="https://github.com/quicwg/base-drafts">repo</a>.</p>
<table id="branch-h3qp_auth48">
<tr>
<td><a href="./rfc9001.html" class="html rfc9001">Using TLS to Secure QUIC</a></td>
<td><a href="./rfc9001.txt" class="txt rfc9001">plain text</a></td>
<td><a href="https://www.ietf.org/rfcdiff?url1=https://quicwg.github.io/base-drafts/rfc9001.txt&amp;url2=https://quicwg.github.io/base-drafts/h3qp_auth48/rfc9001.txt">diff with main</a></td>
</tr>
<tr>
<td><a href="./rfc9114.html" class="html rfc9114">HTTP/3</a></td>
<td><a href="./rfc9114.txt" class="txt rfc9114">plain text</a></td>
@@ -32,19 +27,24 @@ <h1>Editor's drafts for h3qp_auth48 branch of <a href="https://github.com/quicwg
<td><a href="https://www.ietf.org/rfcdiff?url1=https://quicwg.github.io/base-drafts/rfc9000.txt&amp;url2=https://quicwg.github.io/base-drafts/h3qp_auth48/rfc9000.txt">diff with main</a></td>
</tr>
<tr>
<td><a href="./rfc8999.html" class="html rfc8999">QUIC Invariants</a></td>
<td><a href="./rfc8999.txt" class="txt rfc8999">plain text</a></td>
<td><a href="https://www.ietf.org/rfcdiff?url1=https://quicwg.github.io/base-drafts/rfc8999.txt&amp;url2=https://quicwg.github.io/base-drafts/h3qp_auth48/rfc8999.txt">diff with main</a></td>
<td><a href="./rfc9002.html" class="html rfc9002">QUIC Loss Detection</a></td>
<td><a href="./rfc9002.txt" class="txt rfc9002">plain text</a></td>
<td><a href="https://www.ietf.org/rfcdiff?url1=https://quicwg.github.io/base-drafts/rfc9002.txt&amp;url2=https://quicwg.github.io/base-drafts/h3qp_auth48/rfc9002.txt">diff with main</a></td>
</tr>
<tr>
<td><a href="./rfc9204.html" class="html rfc9204">QPACK</a></td>
<td><a href="./rfc9204.txt" class="txt rfc9204">plain text</a></td>
<td><a href="https://www.ietf.org/rfcdiff?url1=https://quicwg.github.io/base-drafts/rfc9204.txt&amp;url2=https://quicwg.github.io/base-drafts/h3qp_auth48/rfc9204.txt">diff with main</a></td>
</tr>
<tr>
<td><a href="./rfc9002.html" class="html rfc9002">QUIC Loss Detection</a></td>
<td><a href="./rfc9002.txt" class="txt rfc9002">plain text</a></td>
<td><a href="https://www.ietf.org/rfcdiff?url1=https://quicwg.github.io/base-drafts/rfc9002.txt&amp;url2=https://quicwg.github.io/base-drafts/h3qp_auth48/rfc9002.txt">diff with main</a></td>
<td><a href="./rfc9001.html" class="html rfc9001">Using TLS to Secure QUIC</a></td>
<td><a href="./rfc9001.txt" class="txt rfc9001">plain text</a></td>
<td><a href="https://www.ietf.org/rfcdiff?url1=https://quicwg.github.io/base-drafts/rfc9001.txt&amp;url2=https://quicwg.github.io/base-drafts/h3qp_auth48/rfc9001.txt">diff with main</a></td>
</tr>
<tr>
<td><a href="./rfc8999.html" class="html rfc8999">QUIC Invariants</a></td>
<td><a href="./rfc8999.txt" class="txt rfc8999">plain text</a></td>
<td><a href="https://www.ietf.org/rfcdiff?url1=https://quicwg.github.io/base-drafts/rfc8999.txt&amp;url2=https://quicwg.github.io/base-drafts/h3qp_auth48/rfc8999.txt">diff with main</a></td>
</tr>
</table>
<script>
@@ -10,7 +10,7 @@
This document defines the properties of the QUIC transport protocol that are
common to all versions of the protocol.
" name="description">
<meta content="xml2rfc 3.12.4" name="generator">
<meta content="xml2rfc 3.12.5" name="generator">
<meta content="crypto" name="keyword">
<meta content="next generation" name="keyword">
<meta content="protocol" name="keyword">
@@ -19,7 +19,7 @@
<meta content="UDP" name="keyword">
<meta content="8999" name="rfc.number">
<!-- Generator version information:
xml2rfc 3.12.4
xml2rfc 3.12.5
Python 3.9.7
appdirs 1.4.4
ConfigArgParse 1.3
@@ -16,7 +16,7 @@
integration of TLS for key negotiation, loss detection, and an exemplary
congestion control algorithm.
" name="description">
<meta content="xml2rfc 3.12.4" name="generator">
<meta content="xml2rfc 3.12.5" name="generator">
<meta content="multipath" name="keyword">
<meta content="next generations" name="keyword">
<meta content="protocol" name="keyword">
@@ -29,7 +29,7 @@
<meta content="transport-ng" name="keyword">
<meta content="9000" name="rfc.number">
<!-- Generator version information:
xml2rfc 3.12.4
xml2rfc 3.12.5
Python 3.9.7
appdirs 1.4.4
ConfigArgParse 1.3
@@ -11,13 +11,13 @@
This document describes how Transport Layer Security (TLS) is used to secure
QUIC.
" name="description">
<meta content="xml2rfc 3.12.4" name="generator">
<meta content="xml2rfc 3.12.5" name="generator">
<meta content="crypto" name="keyword">
<meta content="opportunistic encryption" name="keyword">
<meta content="plaintext quic" name="keyword">
<meta content="9001" name="rfc.number">
<!-- Generator version information:
xml2rfc 3.12.4
xml2rfc 3.12.5
Python 3.9.7
appdirs 1.4.4
ConfigArgParse 1.3
@@ -3563,7 +3563,7 @@ <h3 id="name-informative-references">
<dd class="break"></dd>
<dt id="QUIC-HTTP">[QUIC-HTTP]</dt>
<dd>
<span class="refAuthor">Bishop, M., Ed.</span>, <span class="refTitle">"Hypertext Transfer Protocol Version 3 (HTTP/3)"</span>, <span class="refContent">Work in Progress</span>, <span class="seriesInfo">Internet-Draft, draft-ietf-quic-http-latest</span>, <time datetime="2022-04-26" class="refDate">26 April 2022</time>, <span>&lt;<a href="https://datatracker.ietf.org/doc/html/draft-ietf-quic-http-latest">https://datatracker.ietf.org/doc/html/draft-ietf-quic-http-latest</a>&gt;</span>. </dd>
<span class="refAuthor">Bishop, M., Ed.</span>, <span class="refTitle">"Hypertext Transfer Protocol Version 3 (HTTP/3)"</span>, <span class="refContent">Work in Progress</span>, <span class="seriesInfo">Internet-Draft, draft-ietf-quic-http-latest</span>, <time datetime="2022-05-09" class="refDate">9 May 2022</time>, <span>&lt;<a href="https://datatracker.ietf.org/doc/html/draft-ietf-quic-http-latest">https://datatracker.ietf.org/doc/html/draft-ietf-quic-http-latest</a>&gt;</span>. </dd>
<dd class="break"></dd>
<dt id="RFC2818">[RFC2818]</dt>
<dd>
@@ -2297,7 +2297,7 @@ Table of Contents
[QUIC-HTTP]
Bishop, M., Ed., "Hypertext Transfer Protocol Version 3
(HTTP/3)", Work in Progress, Internet-Draft, draft-ietf-
quic-http-latest, 26 April 2022,
quic-http-latest, 9 May 2022,
<https://datatracker.ietf.org/doc/html/draft-ietf-quic-
http-latest>.

@@ -11,15 +11,15 @@
This document describes loss detection and congestion control mechanisms for
QUIC.
" name="description">
<meta content="xml2rfc 3.12.4" name="generator">
<meta content="xml2rfc 3.12.5" name="generator">
<meta content="bbr" name="keyword">
<meta content="delay-sensitive congestion control" name="keyword">
<meta content="fec" name="keyword">
<meta content="loss-tolerant congestion control" name="keyword">
<meta content="next generation" name="keyword">
<meta content="9002" name="rfc.number">
<!-- Generator version information:
xml2rfc 3.12.4
xml2rfc 3.12.5
Python 3.9.7
appdirs 1.4.4
ConfigArgParse 1.3
@@ -2996,7 +2996,7 @@ <h3 id="name-on-receiving-an-acknowledgm">
<p id="appendix-A.7-1">When an ACK frame is received, it may newly acknowledge any number of packets.<a href="#appendix-A.7-1" class="pilcrow"></a></p>
<p id="appendix-A.7-2">Pseudocode for OnAckReceived and UpdateRtt follow:<a href="#appendix-A.7-2" class="pilcrow"></a></p>
<div id="appendix-A.7-3">
<pre class="lang-pseudocode sourcecode">
<pre class="breakable lang-pseudocode sourcecode">
IncludesAckEliciting(packets):
for packet in packets:
if (packet.ack_eliciting):
@@ -3083,7 +3083,7 @@ <h3 id="name-setting-the-loss-detection-">
<p id="appendix-A.8-3">Pseudocode for SetLossDetectionTimer follows (where the "^" operator represents
exponentiation):<a href="#appendix-A.8-3" class="pilcrow"></a></p>
<div id="appendix-A.8-4">
<pre class="lang-pseudocode sourcecode">
<pre class="breakable lang-pseudocode sourcecode">
GetLossTimeAndSpace():
time = loss_time[Initial]
space = Initial

0 comments on commit 9635514

Please sign in to comment.