Skip to content

what is the Rtt means in QUIC_STATISTICS_V2? #3273

Answered by nibanks
murphypei asked this question in Q&A
Discussion options

You must be logged in to vote

RTT, or round-trip time, is the time that QUIC estimates the cost of the network for a packet to get to the peer and an acknowledgement to be received. QUIC subtracts for any processing time on the peer's side (i.e. they held on to the packet for 25 ms before sending an ACK). So again, RTT is a measure of just the network costs.

So, why would sending more data (any data, not just stream data) cause the RTT to increase? This is because of how the Cubic congestion control algorithm works. It starts sending faster and faster until it encounters packet loss, and then backs off some. Then it starts over. Packet loss is the signal for "congestion" here to know that we've sent too fast and the n…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@murphypei
Comment options

Answer selected by murphypei
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants