You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Another observation #1472 from looking at
packet_sent
,on_packets_acked
andon_packets_lost
calls is, that we don't send out recovery packets. We stay inRecoveryStart
(we should leave almost immediately) too long and only send out further packets whenbytes_in_flight < cwnd
. This makes the recovery period take too long. Will also investigate further next week.The text was updated successfully, but these errors were encountered: