Skip to content

Commit

Permalink
Remove stats numOutgoingStreamsCreated & numIncomingStreamsCreated
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-ivar committed Sep 25, 2023
1 parent d0e87c9 commit 94f3f32
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1326,8 +1326,6 @@ dictionary WebTransportStats {
unsigned long long bytesSent;
unsigned long long packetsSent;
unsigned long long packetsLost;
unsigned long numOutgoingStreamsCreated;
unsigned long numIncomingStreamsCreated;
unsigned long long bytesReceived;
unsigned long long packetsReceived;
DOMHighResTimeStamp smoothedRtt;
Expand All @@ -1350,10 +1348,6 @@ The dictionary SHALL have the following attributes:
:: The number of packets sent on the QUIC connection, including those that are determined to have been lost.
: <dfn for="WebTransportStats" dict-member>packetsLost</dfn>
:: The number of packets lost on the QUIC connection (does not monotonically increase, because packets that are declared lost can subsequently be received).
: <dfn for="WebTransportStats" dict-member>numOutgoingStreamsCreated</dfn>
:: The number of outgoing QUIC streams created on the QUIC connection.
: <dfn for="WebTransportStats" dict-member>numIncomingStreamsCreated</dfn>
:: The number of incoming QUIC streams created on the QUIC connection.
: <dfn for="WebTransportStats" dict-member>bytesReceived</dfn>
:: The number of total bytes received on the QUIC connection, including
duplicate data for streams. Does not include UDP or any other outer framing.
Expand Down

0 comments on commit 94f3f32

Please sign in to comment.