Skip to content

Commit

Permalink
Add a note
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-ivar committed Sep 9, 2024
1 parent bad8608 commit d368396
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1534,10 +1534,13 @@ The dictionary SHALL have the following attributes:
currently have an estimate, the member MUST be the `null` value.
The member can be `null` even if it was not `null` in previous results.
: <dfn for="WebTransportConnectionStats" dict-member>isSendDataLimited</dfn>
:: False if {{estimatedSendRate}} is not `null` and the rate at which queued data
will be sent by the user agent on all streams and datagrams that share a
[=WebTransport session=], as calculated by the congestion control algorithm,
is not application limited; Otherwise true.
:: False if the rate at which queued data will be sent by the user agent on all streams
and datagrams that share a [=WebTransport session=], as calculated by the congestion
control algorithm, is not currently application limited; Otherwise true.
<div class="note">
When {{isSendDataLimited}} is `false`, the {{estimatedSendRate}} reflects a ceiling.
However, {{estimatedSendRate}} can be `null` while {{isSendDataLimited}} is true.
<div>

## `WebTransportDatagramStats` Dictionary ## {#web-transport-datagram-stats}

Expand Down

0 comments on commit d368396

Please sign in to comment.