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, Dec 5, 8:12 AM
Unknown Object (File)
Sun, Dec 1, 7:02 PM
Unknown Object (File)
Nov 23 2024, 8:13 PM
Unknown Object (File)
Nov 23 2024, 4:39 AM
Unknown Object (File)
Nov 22 2024, 9:44 AM
Unknown Object (File)
Nov 20 2024, 12:18 AM
Unknown Object (File)
Nov 17 2024, 6:27 PM
Unknown Object (File)
Nov 17 2024, 5:47 PM
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