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)
Wed, May 1, 4:06 AM
Unknown Object (File)
Mon, Apr 22, 9:54 PM
Unknown Object (File)
Apr 5 2024, 12:51 PM
Unknown Object (File)
Apr 5 2024, 8:35 AM
Unknown Object (File)
Mar 31 2024, 2:11 PM
Unknown Object (File)
Mar 31 2024, 12:56 PM
Unknown Object (File)
Mar 11 2024, 4:50 AM
Unknown Object (File)
Mar 10 2024, 9:13 PM
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