aboutsummaryrefslogtreecommitdiffstats
path: root/net/mptcp/Kconfig
blob: 5db56d2218c518c854020a8e87a3d9a2163c5c77 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
config MPTCP
	bool "MPTCP: Multipath TCP"
	depends on INET
	select SKB_EXTENSIONS
	select CRYPTO_LIB_SHA256
	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.

config MPTCP_IPV6
	bool "MPTCP: IPv6 support for Multipath TCP"
	depends on MPTCP
	select IPV6
	default y

config MPTCP_HMAC_TEST
	bool "Tests for MPTCP HMAC implementation"
	default n
	help
	  This option enable boot time self-test for the HMAC implementation
	  used by the MPTCP code

	  Say N if you are unsure.