Closed jan-ivar closed 4 months ago
If I call
const wt = new WebTransport(url); const {smoothedRtt, rttVariation, minRtt} = await wt.getStats();
What values will I get when the connection transitions to "connected"?
Is the RTT calculated from the connection handshake?
Yes, generally, a handshake should be sufficient for the initial RTT calculation.
OK in that case I'll close this and make them required in #609.
required
If I call
What values will I get when the connection transitions to "connected"?
Is the RTT calculated from the connection handshake?