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
[~] #722 add end-to-end regression test for PADDING-only in-flight accounting
Open a connection with PMTUD probing enabled, push a sizeable
transfer through it, and assert that the probe packets actually
left the wire and the data round-trip completed. With the previous
broken accounting the PMTUD probes never registered against
bytes_in_flight, so cwnd consumption was systematically low; this
case_test sweep catches the regression at the integration layer.
Wire a new -x 48 handler in test_client.c / test_server.c that
enables PMTUD probing, and add the matching shell case to
scripts/case_test.sh.
0 commit comments