Commit 9ebdcec2 authored by bitcoffee's avatar bitcoffee
Browse files

mptcp: enable config CONFIG_MPTCP and CONFIG_MPTCP_IPV6

euler inclusion
category: feature
bugzilla: https://gitee.com/openeuler/kernel/issues/I8O9OS


CVE: NA

---------------------------

When there are multiple reachable communication paths between the
client and server, traditional TCP can only establish one
communication link, which is unreliable and unable to fully utilize
bandwidth. Using MPTCP can establish multiple sub channels on
communication links, which will not cause business interruption
when a single path fails, improving the reliability of the entire
communication. At the same time, multi-channel data transmission
can provide greater communication bandwidth.

Signed-off-by: default avatarbitcoffee <liuxin350@huawei.com>
parent f31cd96b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1257,7 +1257,8 @@ CONFIG_IPV6_PIMSM_V2=y
# CONFIG_IPV6_RPL_LWTUNNEL is not set
# CONFIG_IPV6_IOAM6_LWTUNNEL is not set
CONFIG_NETLABEL=y
# CONFIG_MPTCP is not set
CONFIG_MPTCP=y
CONFIG_MPTCP_IPV6=y
CONFIG_NETWORK_SECMARK=y
CONFIG_NET_PTP_CLASSIFY=y
CONFIG_NETWORK_PHY_TIMESTAMPING=y
+2 −1
Original line number Diff line number Diff line
@@ -1278,7 +1278,8 @@ CONFIG_IPV6_PIMSM_V2=y
# CONFIG_IPV6_RPL_LWTUNNEL is not set
# CONFIG_IPV6_IOAM6_LWTUNNEL is not set
CONFIG_NETLABEL=y
# CONFIG_MPTCP is not set
CONFIG_MPTCP=y
CONFIG_MPTCP_IPV6=y
CONFIG_NETWORK_SECMARK=y
CONFIG_NET_PTP_CLASSIFY=y
CONFIG_NETWORK_PHY_TIMESTAMPING=y