-
Notifications
You must be signed in to change notification settings - Fork 50
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
Stats: Which ones are appropriate for Http3Transport? #206
Comments
Current stats for reference The dictionary SHALL have the following attributes: timestamp, of type DOMHighResTimeStamp bytesSent, of type unsigned long long packetsSent, of type unsigned long long numOutgoingStreamsCreated, of type unsigned long numIncomingStreamsCreated, of type unsigned long bytesReceived, of type unsigned long long packetsReceived, of type unsigned long long minRtt, of type DOMHighResTimeStamp numReceivedDatagramsDropped, of type unsigned long |
Meeting: May depend in WebSockets don't have stats, but people want them. |
Meeting:
|
Meeting:
|
Meeting:
|
From RTP over QUIC Section 4.1: "Additionally, a QUIC implementation MUST expose the recorded RTT |
ISSUE 2 says (referring to Stats):
"some of those are safe to expose for HTTP/2 and HTTP/3 connections (like min-RTT), while most would either result in information disclosure or are impossible to define for pooled connections."
One question this raises is whether we should remove some stats entirely for Http3Transport, or whether some stats are only returned for Http3Transport connections where pooling is not allowed.
The text was updated successfully, but these errors were encountered: