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)
Fri, Sep 26, 6:39 AM
Unknown Object (File)
Sep 12 2025, 4:27 PM
Unknown Object (File)
Sep 12 2025, 9:04 AM
Unknown Object (File)
Sep 11 2025, 10:13 PM
Unknown Object (File)
Aug 21 2025, 7:24 AM
Unknown Object (File)
Aug 8 2025, 1:53 AM
Unknown Object (File)
Aug 7 2025, 11:15 AM
Unknown Object (File)
Aug 6 2025, 9:47 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