summaryrefslogtreecommitdiff
path: root/net/mptcp/Kconfig
blob: c1a99f07a4cd1b12306a9b58a6d088ed339d88bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

config MPTCP
	bool "MPTCP: Multipath TCP"
	depends on INET
	select SKB_EXTENSIONS
	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