From d368396a5367a8e98a8ef51759dde4f9a28defc4 Mon Sep 17 00:00:00 2001 From: Jan-Ivar Bruaroey Date: Mon, 9 Sep 2024 16:48:53 -0400 Subject: [PATCH] Add a note --- index.bs | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/index.bs b/index.bs index a7335c6..103af9a 100644 --- a/index.bs +++ b/index.bs @@ -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. : isSendDataLimited -:: 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. +
+ When {{isSendDataLimited}} is `false`, the {{estimatedSendRate}} reflects a ceiling. + However, {{estimatedSendRate}} can be `null` while {{isSendDataLimited}} is true. +
## `WebTransportDatagramStats` Dictionary ## {#web-transport-datagram-stats}