Skip to content

Commit

Permalink
Script updating gh-pages from 8c3af97. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ID Bot committed Sep 20, 2023
1 parent 637735b commit 20d81ab
Show file tree
Hide file tree
Showing 2 changed files with 233 additions and 225 deletions.
41 changes: 22 additions & 19 deletions fix/80-rtcp-tables-appendix/draft-ietf-avtcore-rtp-over-quic.html
Original file line number Diff line number Diff line change
Expand Up @@ -1059,7 +1059,7 @@
</tr></thead>
<tfoot><tr>
<td class="left">Ott, et al.</td>
<td class="center">Expires 18 March 2024</td>
<td class="center">Expires 23 March 2024</td>
<td class="right">[Page]</td>
</tr></tfoot>
</table>
Expand All @@ -1072,12 +1072,12 @@
<dd class="internet-draft">draft-ietf-avtcore-rtp-over-quic-latest</dd>
<dt class="label-published">Published:</dt>
<dd class="published">
<time datetime="2023-09-15" class="published">15 September 2023</time>
<time datetime="2023-09-20" class="published">20 September 2023</time>
</dd>
<dt class="label-intended-status">Intended Status:</dt>
<dd class="intended-status">Standards Track</dd>
<dt class="label-expires">Expires:</dt>
<dd class="expires"><time datetime="2024-03-18">18 March 2024</time></dd>
<dd class="expires"><time datetime="2024-03-23">23 March 2024</time></dd>
<dt class="label-authors">Authors:</dt>
<dd class="authors">
<div class="author">
Expand Down Expand Up @@ -1136,7 +1136,7 @@ <h2 id="name-status-of-this-memo">
time. It is inappropriate to use Internet-Drafts as reference
material or to cite them other than as "work in progress."<a href="#section-boilerplate.1-3" class="pilcrow"></a></p>
<p id="section-boilerplate.1-4">
This Internet-Draft will expire on 18 March 2024.<a href="#section-boilerplate.1-4" class="pilcrow"></a></p>
This Internet-Draft will expire on 23 March 2024.<a href="#section-boilerplate.1-4" class="pilcrow"></a></p>
</section>
</div>
<div id="copyright">
Expand Down Expand Up @@ -2664,12 +2664,12 @@ <h4 id="name-mapping-quic-feedback-to-rtc">
<a href="#section-8.3.2" class="section-number selfRef">8.3.2. </a><a href="#name-mapping-quic-feedback-to-rtc" class="section-name selfRef">Mapping QUIC Feedback to RTCP Extended Report ("XR")</a>
</h4>
<p id="section-8.3.2-1"><em>Extended Reports</em> (<code>PT=207</code>, <code>Name=XR</code>, <span>[<a href="#RFC3611" class="cite xref">RFC3611</a>]</span>) offer an extensible
framework for a variety of different control messages. Some of the standard
report blocks which can be implemented in extended reports can be implemented in
QUIC, too. Other report blocks need to be evaluated individually, to determine
whether if the contained information can be transmitted using QUIC instead.
<a href="#tab-xr-blocks" class="auto internal xref">Table 4</a> in <a href="#extended-reports" class="auto internal xref">Appendix B.2</a> lists considerations for mapping QUIC
feedback to some of the <em>Extended Reports</em>.<a href="#section-8.3.2-1" class="pilcrow"></a></p>
framework for a variety of different control messages. Some of the statistics
that are defined as extended report blocks can be derived from QUIC, too. Other
report blocks need to be evaluated individually, to determine whether if the
contained information can be transmitted using QUIC instead. <a href="#tab-xr-blocks" class="auto internal xref">Table 4</a>
in <a href="#extended-reports" class="auto internal xref">Appendix B.2</a> lists considerations for mapping QUIC feedback to some
of the <em>Extended Reports</em>.<a href="#section-8.3.2-1" class="pilcrow"></a></p>
</section>
</div>
<div id="rtpfb-mappings">
Expand All @@ -2687,9 +2687,9 @@ <h5 id="name-negative-acknowledgments-na">
<p id="section-8.3.3.1-1">Generic <em>Negative Acknowledgments</em> (<code>PT=205</code>, <code>FMT=1</code>, <code>Name=Generic NACK</code>,
<span>[<a href="#RFC4585" class="cite xref">RFC4585</a>]</span>) contain information about RTP packets which the receiver
considered lost. <span><a href="https://rfc-editor.org/rfc/rfc4585#section-6.2.1." class="relref">Section 6.2.1.</a> of [<a href="#RFC4585" class="cite xref">RFC4585</a>]</span> recommends to use this feature
only, if the underlying protocol cannot provide similar feedback. QUIC does not
only if the underlying protocol cannot provide similar feedback. QUIC does not
provide negative acknowledgments, but can detect lost packets based on the Gap
numbers contained in QUIC ACK frames <span><a href="https://rfc-editor.org/rfc/rfc9002#section-6" class="relref">Section 6</a> of [<a href="#RFC9002" class="cite xref">RFC9002</a>]</span>.<a href="#section-8.3.3.1-1" class="pilcrow"></a></p>
numbers contained in QUIC ACK frames (<span><a href="https://rfc-editor.org/rfc/rfc9002#section-6" class="relref">Section 6</a> of [<a href="#RFC9002" class="cite xref">RFC9002</a>]</span>).<a href="#section-8.3.3.1-1" class="pilcrow"></a></p>
</section>
</div>
<div id="ECN-mappings">
Expand Down Expand Up @@ -3560,14 +3560,17 @@ <h2 id="name-considered-rtcp-packet-type">
</h2>
<p id="appendix-B-1">This section lists all the RTCP packet types and RTP header extensions that were
considered in the analysis described in <a href="#rtcp-mapping" class="auto internal xref">Section 8</a>.<a href="#appendix-B-1" class="pilcrow"></a></p>
<p id="appendix-B-2">Several but not all of these control packets and their attributes can be mapped
from QUIC, as described in <a href="#transport-layer-feedback" class="auto internal xref">Section 8.3</a>. <em>Mappable from QUIC</em>
has one of three values: <em>yes</em>, <em>partly</em>, <em>possibly</em>, and <em>no</em>. <em>Partly</em>
is used for packet types for which some fields can be mapped from QUIC, but not
all. <em>Possibly</em> describes packet types which could be mapped with help from one
or more QUIC extensions.<a href="#appendix-B-2" class="pilcrow"></a></p>
<div id="control-packets">
<section id="appendix-B.1">
<h3 id="name-rtcp-control-packet-types">
<a href="#appendix-B.1" class="section-number selfRef">B.1. </a><a href="#name-rtcp-control-packet-types" class="section-name selfRef">RTCP Control Packet Types</a>
</h3>
<p id="appendix-B.1-1">Several but not all of these control packets and their attributes can be mapped
from QUIC, as described in <a href="#transport-layer-feedback" class="auto internal xref">Section 8.3</a>. <em>Mappable from QUIC</em>
has one of three values: <em>yes</em>, <em>QUIC extension required</em>, and <em>no</em>.<a href="#appendix-B.1-1" class="pilcrow"></a></p>
<table class="center" id="table-3">
<caption><a href="#table-3" class="selfRef">Table 3</a></caption>
<thead>
Expand Down Expand Up @@ -3640,7 +3643,7 @@ <h3 id="name-rtcp-control-packet-types">
<td class="text-left" rowspan="1" colspan="1">
<span>[<a href="#RFC3550" class="cite xref">RFC3550</a>]</span>
</td>
<td class="text-left" rowspan="1" colspan="1">possibly</td>
<td class="text-left" rowspan="1" colspan="1">partly</td>
<td class="text-left" rowspan="1" colspan="1">see <a href="#BYE-mapping" class="auto internal xref">Section 8.3.4</a>
</td>
</tr>
Expand Down Expand Up @@ -3815,7 +3818,7 @@ <h3 id="name-extended-reports-xr">
<td class="text-left" rowspan="1" colspan="1">
<span>[<a href="#RFC3611" class="cite xref">RFC3611</a>]</span>
</td>
<td class="text-left" rowspan="1" colspan="1">partly</td>
<td class="text-left" rowspan="1" colspan="1">possibly/partly</td>
<td class="text-left" rowspan="1" colspan="1">Packet loss and jitter can be inferred from QUIC acknowledgments, if a timestamp extension is used (see <span>[<a href="#I-D.draft-smith-quic-receive-ts" class="cite xref">I-D.draft-smith-quic-receive-ts</a>]</span> or <span>[<a href="#I-D.draft-huitema-quic-ts" class="cite xref">I-D.draft-huitema-quic-ts</a>]</span>). The remaining fields cannot be mapped to QUIC.</td>
</tr>
<tr>
Expand Down Expand Up @@ -4309,7 +4312,7 @@ <h4 id="name-compact-header-extensions">
<th class="text-left" rowspan="1" colspan="1">Extension URI</th>
<th class="text-left" rowspan="1" colspan="1">Description</th>
<th class="text-left" rowspan="1" colspan="1">Reference</th>
<th class="text-left" rowspan="1" colspan="1">QUIC</th>
<th class="text-left" rowspan="1" colspan="1">Mappable from QUIC</th>
</tr>
</thead>
<tbody>
Expand Down Expand Up @@ -4433,7 +4436,7 @@ <h4 id="name-sdes-compact-header-extensi">
<th class="text-left" rowspan="1" colspan="1">Extension URI</th>
<th class="text-left" rowspan="1" colspan="1">Description</th>
<th class="text-left" rowspan="1" colspan="1">Reference</th>
<th class="text-left" rowspan="1" colspan="1">QUIC</th>
<th class="text-left" rowspan="1" colspan="1">Mappable from QUIC</th>
</tr>
</thead>
<tbody>
Expand Down
Loading

0 comments on commit 20d81ab

Please sign in to comment.