Skip to content

Commit

Permalink
updated refs to IETF RFCs
Browse files Browse the repository at this point in the history
  • Loading branch information
caribouW3 committed Mar 8, 2021
1 parent b44497e commit 3598533
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ prioritization, and vice versa.
Many applications have multiple media flows of the same data type and
often some of the flows are more important than others. WebRTC uses the
priority and Quality of Service (QoS) framework described in
[[!RTCWEB-TRANSPORT]] and [[!TSVWG-RTCWEB-QOS]] to provide priority and
[[!rfc8835]] and [[!rfc8837]] to provide priority and
DSCP marking for packets that will help provide QoS in some networking
environments. The priority setting can be used to indicate the relative
priority of various flows. The priority API allows the JavaScript
Expand Down Expand Up @@ -63,23 +63,23 @@ class="simple">
</tr>
<tr>
<td><dfn enum-value><code>very-low</code></dfn></td>
<td>See [[!RTCWEB-TRANSPORT]], Sections 4.1 and 4.2. Corresponds to "below
normal" as defined in [[!RTCWEB-DATA]].</td>
<td>See [[!rfc8835]], Sections 4.1 and 4.2. Corresponds to "below
normal" as defined in [[!rfc8831]].</td>
</tr>
<tr>
<td><dfn enum-value><code>low</code></dfn></td>
<td>See [[!RTCWEB-TRANSPORT]], Sections 4.1 and 4.2. Corresponds to
"normal" as defined in [[!RTCWEB-DATA]].</td>
<td>See [[!rfc8835]], Sections 4.1 and 4.2. Corresponds to
"normal" as defined in [[!rfc8831]].</td>
</tr>
<tr>
<td><dfn enum-value><code>medium</code></dfn></td>
<td>See [[!RTCWEB-TRANSPORT]], Sections 4.1 and 4.2. Corresponds to "high"
as defined in [[!RTCWEB-DATA]].</td>
<td>See [[!rfc8835]], Sections 4.1 and 4.2. Corresponds to "high"
as defined in [[!rfc8831]].</td>
</tr>
<tr>
<td><dfn enum-value><code>high</code></dfn></td>
<td>See [[!RTCWEB-TRANSPORT]], Sections 4.1 and 4.2. Corresponds to "extra
high" as defined in [[!RTCWEB-DATA]].</td>
<td>See [[!rfc8835]], Sections 4.1 and 4.2. Corresponds to "extra
high" as defined in [[!rfc8831]].</td>
</tr>
</tbody>
</table>
Expand All @@ -103,7 +103,7 @@ partial dictionary RTCRtpEncodingParameters {
<p>
Indicates the priority of an {{RTCRtpSender}}, which influences the
bandwidth allocation among {{RTCRtpSender}} objects. It is specified
in [[!RTCWEB-TRANSPORT]], Section 4. The user agent is free to sub-allocate bandwidth
in [[!rfc8835]], Section 4. The user agent is free to sub-allocate bandwidth
between the encodings of an {{RTCRtpSender}}.
</p>
</dd>
Expand All @@ -113,7 +113,7 @@ partial dictionary RTCRtpEncodingParameters {
<dd>
This has the same
effect as {{priority}}, except that it only affects the DSCP markings of
the generated packets, as described in [[RTCWEB-TRANSPORT]] section 4.2.
the generated packets, as described in [[rfc8835]] section 4.2.

If {{networkPriority}} is unset, the DSCP markings of the generated
packets are controlled by the {{priority}} member.
Expand Down

0 comments on commit 3598533

Please sign in to comment.