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.
Differential D46437
tcpsso: remove support for some IPPROTO_TCP-level socket option names tuexen on Aug 26 2024, 8:45 AM. Authored by Tags None Referenced Files
Subscribers
Details 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
Event TimelineComment Actions Are you planning to remove the corresponding code in kernel space in a separate patch? Comment Actions 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. |