2020-01-22 00:56:15 +00:00
|
|
|
|
|
|
|
config MPTCP
|
|
|
|
bool "MPTCP: Multipath TCP"
|
|
|
|
depends on INET
|
|
|
|
select SKB_EXTENSIONS
|
2020-01-22 00:56:30 +00:00
|
|
|
select CRYPTO_LIB_SHA256
|
2020-02-15 14:45:56 +00:00
|
|
|
select CRYPTO
|
2020-01-22 00:56:15 +00:00
|
|
|
help
|
|
|
|
Multipath TCP (MPTCP) connections send and receive data over multiple
|
|
|
|
subflows in order to utilize multiple network paths. Each subflow
|
|
|
|
uses the TCP protocol, and TCP options carry header information for
|
|
|
|
MPTCP.
|
|
|
|
|
2020-01-29 18:02:24 +00:00
|
|
|
if MPTCP
|
|
|
|
|
2020-01-22 00:56:15 +00:00
|
|
|
config MPTCP_IPV6
|
|
|
|
bool "MPTCP: IPv6 support for Multipath TCP"
|
|
|
|
select IPV6
|
|
|
|
default y
|
2020-01-22 00:56:30 +00:00
|
|
|
|
|
|
|
config MPTCP_HMAC_TEST
|
|
|
|
bool "Tests for MPTCP HMAC implementation"
|
|
|
|
help
|
|
|
|
This option enable boot time self-test for the HMAC implementation
|
|
|
|
used by the MPTCP code
|
|
|
|
|
|
|
|
Say N if you are unsure.
|
2020-01-29 18:02:24 +00:00
|
|
|
|
|
|
|
endif
|