Skip to content

Commit

Permalink
fix datagrams removed from wrong stat 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-ivar authored Jul 2, 2024
1 parent adee0e2 commit 99b4c5a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1579,9 +1579,8 @@ The dictionary SHALL have the following members:
{{WebTransport/congestionControl}}).
: <dfn for="WebTransportSendRateStats" dict-member>isDataLimited</dfn>
:: True if the rate at which queued data will be sent by the user agent on all streams
that share a [=WebTransport session=], as calculated by the
and datagrams that share a [=WebTransport session=], as calculated by the
congestion control algorithm, is considered application limited. Otherwise false.
Datagrams MUST NOT be included in this calculation.
: <dfn for="WebTransportSendRateStats" dict-member>isServerLimited</dfn>
:: True if the rate at which queued data will be sent by the user agent on all streams
that share a [=WebTransport session=], as calculated by the
Expand Down

0 comments on commit 99b4c5a

Please sign in to comment.