Open
Description
When I run RUST_LOG=warn cargo bench --features bench --bench transfer
I see
Benchmarking transfer/pacing-false/varying-seeds: Warming up for 5.0000 s0.000 WARN [Server ...] Dropped received packet: Coalesced packet has different DCID; Total: 1
0.000 WARN [Client ...] Dropped received packet: Coalesced packet has different DCID; Total: 1
0.000 WARN [LossRecovery] ignoring in-1 from dropped space
0.027 WARN [Server ...] Dropped received packet: Coalesced packet has different DCID; Total: 1
0.028 WARN [Client ...] Dropped received packet: Coalesced packet has different DCID; Total: 1
0.028 WARN [LossRecovery] ignoring in-1 from dropped space
0.028 WARN ECN validation failed, no ECT(0) packets were newly acked
and many more instances of the last line. That is surprising. Why is ECN validation failing over loopback?
Metadata
Metadata
Assignees
Labels
No labels