Skip to content

Commit

Permalink
Section 3.2.2: Add requirements N13 and N16
Browse files Browse the repository at this point in the history
Partial fix for #103
  • Loading branch information
aboba authored Jul 15, 2023
1 parent b1e964c commit 9fdbfde
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -315,12 +315,25 @@ <h4>Low latency Broadcast with Fanout</h4>
</tr>
</thead>
<tbody>
<tr id="N13">
<td>N13</td>
<td>It must be possible to support data exchange
in a web, service, or shared worker. Support for
service workers allows the page to issue a fetch()
which can be resolved in the service worker.</td>
</tr>
<tr>
<td>N15</td>
<td>The application must be able to take steps to ensure a low and consistent
latency for audio, video and data under varying network conditions. This may
include tweaking of transport parameters for both media and data.</td>
</tr>
<tr>
<td>N16</td>
<td>It must be possible to send arbitrary data reliable, unreliable or
partially reliable with a specific maximum number of retransmissions
or a specific maximum timeout.</td>
</tr>
<tr>
<td>N39</td>
<td>A user-agent must be able to forward media received from a peer
Expand Down

0 comments on commit 9fdbfde

Please sign in to comment.