Loading
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:bitcoffee <liuxin350@huawei.com>