3 bool "MPTCP: Multipath TCP"
6 select CRYPTO_LIB_SHA256
9 Multipath TCP (MPTCP) connections send and receive data over multiple
10 subflows in order to utilize multiple network paths. Each subflow
11 uses the TCP protocol, and TCP options carry header information for
16 config INET_MPTCP_DIAG
18 def_tristate INET_DIAG
21 bool "MPTCP: IPv6 support for Multipath TCP"
25 config MPTCP_KUNIT_TEST
26 tristate "This builds the MPTCP KUnit tests" if !KUNIT_ALL_TESTS
28 default KUNIT_ALL_TESTS
30 Currently covers the MPTCP crypto and token helpers.
31 Only useful for kernel devs running KUnit test harness and are not
32 for inclusion into a production build.
34 For more information on KUnit and unit tests in general please refer
35 to the KUnit documentation in Documentation/dev-tools/kunit/.