Skip to content

Commit

Permalink
Merge pull request #545 from jan-ivar/removesomestats
Browse files Browse the repository at this point in the history
Remove stats numOutgoingStreamsCreated & numIncomingStreamsCreated
  • Loading branch information
jan-ivar authored Sep 26, 2023
2 parents 40e83a0 + 94f3f32 commit 9ffbc1c
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 @@ -1332,8 +1332,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 @@ -1356,10 +1354,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 9ffbc1c

Please sign in to comment.