tests: compare medians in test_no_delay instead of means
This commit only changes a single test file. It swaps a flaky statistical comparison (mean with standard-error margin) for a more stable one (median with a fixed 20 ms margin) in a timing test about TCP Nagle delays. There is no change to …
365428bbby Ken Sedgwick+20−301 file