Kconfig (74c12ee02af109adcde36ec184fa59c0afb0edaa) Kconfig (357b41caf949c57e426f1c5f18574b6b46583406)
1
2config MPTCP
3 bool "MPTCP: Multipath TCP"
4 depends on INET
5 select SKB_EXTENSIONS
6 select CRYPTO_LIB_SHA256
1
2config MPTCP
3 bool "MPTCP: Multipath TCP"
4 depends on INET
5 select SKB_EXTENSIONS
6 select CRYPTO_LIB_SHA256
7 select CRYPTO
7 help
8 Multipath TCP (MPTCP) connections send and receive data over multiple
9 subflows in order to utilize multiple network paths. Each subflow
10 uses the TCP protocol, and TCP options carry header information for
11 MPTCP.
12
13if MPTCP
14

--- 14 unchanged lines hidden ---
8 help
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
12 MPTCP.
13
14if MPTCP
15

--- 14 unchanged lines hidden ---