RTO shpuld always be greater than RTT. Therefore, the last ack to arrive before a timeout will normally show that all transmitted data has arrived at the receiver. In that case, no retransmission will occur.
- Jonathan Morton
RTO shpuld always be greater than RTT. Therefore, the last ack to arrive before a timeout will normally show that all transmitted data has arrived at the receiver. In that case, no retransmission will occur.
- Jonathan Morton
--
You received this message because you are subscribed to the Google Groups "BBR Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bbr-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Thanks Neal and Jonathan for the reply.
Yes, I agree that RTO will get adjusted according to RTT. But I think RTT will include pacing time only when pacing from traffic control layer is used because that's when the packet has left transport layer and timer for the RTT calculation starts. Whereas, if pacing is used at the transport layer, this timer won't start until the packet has been transmitted from this layer.