neqo
neqo copied to clipboard
No recovery packet is sent
Another observation #1472 from looking at packet_sent
, on_packets_acked
and on_packets_lost
calls is, that we don't send out recovery packets. We stay in RecoveryStart
(we should leave almost immediately) too long and only send out further packets when bytes_in_flight < cwnd
. This makes the recovery period take too long. Will also investigate further next week.