Skip to content

Commit fa1f961

Browse files
committed
Add note explaining why RTT is in PROBE message
Not all browsers/QUIC libraries expose RTT stats yet, so the server needs to report it. May be deprecated once universally available. https://claude.ai/code/session_01LCkQcr69mLdMHo9RQSL8xG
1 parent 0d67a77 commit fa1f961

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

draft-lcurley-moq-lite.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -589,6 +589,8 @@ A value of 0 means unknown.
589589
The smoothed round-trip time in milliseconds, as defined in {{!RFC9002}}.
590590
A value of 0 means unknown.
591591

592+
> NOTE: RTT is included in the PROBE message because not all QUIC implementations and browser WebTransport APIs expose RTT statistics directly. This field may be deprecated once RTT is universally available via the underlying transport API.
593+
592594
## GOAWAY
593595
A GOAWAY message is sent to initiate a graceful session shutdown with an optional redirect.
594596

0 commit comments

Comments
 (0)