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)
Thu, May 21, 1:34 AM
Unknown Object (File)
Mon, May 18, 2:55 PM
Unknown Object (File)
Sun, May 17, 11:17 PM
Unknown Object (File)
Sun, May 17, 11:17 PM
Unknown Object (File)
Wed, May 6, 4:26 AM
Unknown Object (File)
Mon, May 4, 5:09 PM
Unknown Object (File)
Mon, May 4, 2:17 AM
Unknown Object (File)
Sun, May 3, 7:36 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