The first half of the 6.6 merge window
The first half of the 6.6 merge window
Posted Aug 31, 2023 16:45 UTC (Thu) by Cyberax (✭ supporter ✭, #52523)Parent article: The first half of the 6.6 merge window
> A new BPF hook (update_socket_protocol) allows a BPF program to change the requested protocol for a new socket. Its primary purpose seems to be to transparently cause programs requesting TCP connections to use multipath TCP instead. MPTCP has also gained some initial support for BPF programs that route packets to different subflows.
It seems like this functionality should be represented via a normal prctl() option, rather than via ad-hoc BPF hooks.
