Page MenuHomeFreeBSD

There are congestion control algorithms will that pull in srtt, and this can cause issues with rack.
ClosedPublic

Authored by rrs on May 18 2023, 5:31 PM.
Tags
None
Referenced Files
Unknown Object (File)
Nov 25 2024, 10:43 AM
Unknown Object (File)
Nov 24 2024, 3:09 PM
Unknown Object (File)
Nov 22 2024, 10:04 AM
Unknown Object (File)
Nov 21 2024, 6:54 AM
Unknown Object (File)
Oct 16 2024, 4:41 AM
Unknown Object (File)
Oct 15 2024, 4:10 AM
Unknown Object (File)
Oct 14 2024, 9:16 AM
Unknown Object (File)
Oct 12 2024, 7:06 PM

Details

Summary

When using rack, cubic and htcp will grab the srtt, but they think it is in ticks. For rack
it is in micro-seconds (which we should probably move all stacks to actually). This causes
issues so instead lets make a new interface so that any CC module can pull the srtt in
whatever granularity they want.

Test Plan

run rack with cubic and poke at the BB logs to make sure the RTT is being pulled in correctly.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable