Page MenuHomeFreeBSD

tcp: bbr.c is non-capable of doing ECN and sets an INP flag to fend off ECN however our syncache is not aware of that flag.
ClosedPublic

Authored by rrs on Apr 18 2023, 8:18 PM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 25 2024, 5:31 AM
Unknown Object (File)
Oct 3 2024, 7:58 PM
Unknown Object (File)
Oct 3 2024, 10:35 AM
Unknown Object (File)
Oct 3 2024, 8:16 AM
Unknown Object (File)
Oct 3 2024, 7:14 AM
Unknown Object (File)
Sep 8 2024, 6:14 PM
Unknown Object (File)
Sep 7 2024, 6:10 PM
Unknown Object (File)
Sep 7 2024, 7:34 AM
Subscribers

Details

Summary

We need to make the syncache aware of the flag and not do ECN if its set. Note that this
is not 100% full proof but the best we can do (i.e. its still possible that you can get in a
situation where the peer try's to do ecn).

Test Plan

Packet drill can be used to send in a syn with ecn and validate that sync cache
response won't have ECN enabled.

Diff Detail

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