Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add stats.atSendCapacity #603

Merged
merged 16 commits into from
Oct 8, 2024
Merged
Prev Previous commit
Next Next commit
Add default value for estimatedSendRate
  • Loading branch information
jan-ivar authored Sep 10, 2024
commit ffe1af183a810a754609c95382234121fa5a5359
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1494,7 +1494,7 @@ dictionary WebTransportConnectionStats {
required DOMHighResTimeStamp rttVariation;
required DOMHighResTimeStamp minRtt;
required WebTransportDatagramStats datagrams;
required unsigned long long? estimatedSendRate = null;
unsigned long long? estimatedSendRate = null;
required boolean isSendDataLimited = true;
jan-ivar marked this conversation as resolved.
Show resolved Hide resolved
};
</pre>
Expand Down
Loading