]> Git Repo - linux.git/commit
mptcp: add TCP_FASTOPEN sock option
authorDmytro Shytyi <[email protected]>
Fri, 25 Nov 2022 22:29:52 +0000 (23:29 +0100)
committerJakub Kicinski <[email protected]>
Wed, 30 Nov 2022 04:24:25 +0000 (20:24 -0800)
commit4ffb0a02346c14f5e83711668f19b6b551cd32ed
tree3c884ca3c3354b2338dd8690198d2e02189ec22c
parent36b122baf6a8bd46b4a591f12f4ed17b22257408
mptcp: add TCP_FASTOPEN sock option

The TCP_FASTOPEN socket option is one way for the application to tell
the kernel TFO support has to be enabled for the listener socket.

The only thing to do here with MPTCP is to relay the request to the
first subflow like it is already done for the other TCP_FASTOPEN* socket
options.

Acked-by: Paolo Abeni <[email protected]>
Signed-off-by: Dmytro Shytyi <[email protected]>
Signed-off-by: Matthieu Baerts <[email protected]>
Signed-off-by: Jakub Kicinski <[email protected]>
net/mptcp/sockopt.c
This page took 0.05726 seconds and 4 git commands to generate.