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 from #1472: bytes_in_flight stays at 0 for ~125ms for the first two times, for 50ms the third time.
The graph isn't that informative without interaction. All the packet_sent events are overlayed with the bytes_in_flight.
You can still see the three drop of bytes_in_flight to 0 for no apparent reason.
Could be scheduling, but we receive acks and try to send out data after receiving acks, so improbable. It might be flow control, but I doubt that, will verify that.
The text was updated successfully, but these errors were encountered:
Another observation from #1472:
bytes_in_flight
stays at 0 for ~125ms for the first two times, for 50ms the third time.The graph isn't that informative without interaction. All the packet_sent events are overlayed with the bytes_in_flight.
You can still see the three drop of bytes_in_flight to 0 for no apparent reason.
Could be scheduling, but we receive acks and try to send out data after receiving acks, so improbable. It might be flow control, but I doubt that, will verify that.
The text was updated successfully, but these errors were encountered: