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
17 bool "MPTCP: IPv6 support for Multipath TCP"
21 config MPTCP_HMAC_TEST
22 bool "Tests for MPTCP HMAC implementation"
24 This option enable boot time self-test for the HMAC implementation
25 used by the MPTCP code
27 Say N if you are unsure.