Page MenuHomeFreeBSD

tcpsso: remove support for some IPPROTO_TCP-level socket option names
ClosedPublic

Authored by tuexen on Aug 26 2024, 8:45 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Oct 2, 11:08 AM
Unknown Object (File)
Thu, Oct 2, 4:42 AM
Unknown Object (File)
Aug 30 2025, 12:07 AM
Unknown Object (File)
Aug 15 2025, 4:27 PM
Unknown Object (File)
Aug 6 2025, 9:18 AM
Unknown Object (File)
Jul 21 2025, 11:54 PM
Unknown Object (File)
Jun 26 2025, 9:33 PM
Unknown Object (File)
Jun 26 2025, 8:11 AM
Subscribers

Details

Summary

Remove support for IPPROTO_TCP-level socket option names, because these names will be removed from the source tree soon. The corresponding socket options are not implemented by the TCP stack at all.

This change was suggested by Peter Lei.

Diff Detail

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

Event Timeline

tuexen retitled this revision from tcpsso: remove some IPPROTO_TCP-level socket option names to tcpsso: remove support for some IPPROTO_TCP-level socket option names.

Are you planning to remove the corresponding code in kernel space in a separate patch?

In D46437#1058468, @cc wrote:

Are you planning to remove the corresponding code in kernel space in a separate patch?

Yes. I also need to patch the read_bbrlog port first. Once the consumers are gone, I'll remove the code from kernel space. In most cases, these are just #defines in tcp.h with no corresponding code.

This revision is now accepted and ready to land.Aug 26 2024, 7:40 PM