This improves TCP friendly cwnd in cases of low latency high drop rate
networks.
Tests show +42% and +37% better performance in 1Gpbs and 10Gbps cases.
test result in detail: testD40185
Differential D40185
cc_cubic: Use units of micro seconds (usecs) instead of ticks in rtt. cc on May 20 2023, 3:22 PM. Authored by Tags None Referenced Files
Details This improves TCP friendly cwnd in cases of low latency high drop rate test result in detail: testD40185
Diff Detail
Event Timeline
Comment Actions You might want to wait also for Richards' approval, since he is much more familiar with the code than I am.
Comment Actions Not changing the generic rtt base stack unit / measuring, just improviing the granularity/precision of the calculations within Cubic. since this improves cubic performance, let's put this in prior 14 branching... |