MPTCP(一) :MPTCP概览
MPTCP概览
参考链接
MPTCP官网
http://multipath-tcp.org/
MPTCP入门
https://access.redhat.com/documentation/zh-cn/red_hat_enterprise_linux/9/html/configuring_and_managing_networking/getting-started-with-multipath-tcp_configuring-and-managing-networking
MPTCP测试程序
https://github.com/mptcp-apps
mptcpd守护进程
https://github.com/multipath-tcp/mptcpd
iproute-mptcp程序
https://github.com/multipath-tcp/iproute-mptcp/releases
MPTCP官方文档
https://github.com/mptcp-apps/mptcp-doc
OpenEuler Summit论坛
https://live.issmart.com.cn/Live/issmart_live/#/pc?eventId=5482&liveId=0a15532b&lang=cn&utm_source=live
MPTCP项目概览
https://github.com/multipath-tcp/mptcp_net-next/wiki
linux官方内核下载
https://www.kernel.org/
树莓派内核下载地址
https://github.com/raspberrypi/linux
MPTCP简介及API用法
https://lpc.events/event/4/contributions/435/attachments/247/438/LPC2019-Upstreaming-MPTCP-slides.pdf
MPTCP应用程序接口注意事项
http://www.watersprings.org/pub/id/draft-scharf-mptcp-api-03.html#anchor12
思科对MPTCP的介绍
https://www.cisco.com/c/zh_cn/support/docs/ip/transmission-control-protocol-tcp/116519-technote-mptcp-00.html
什么是MPTCP?
- 参考链接
- 参考链接
https://live.issmart.com.cn/Live/issmart_live/#/pc?eventId=5482&liveId=0a15532b&lang=cn&utm_source=live
-
要点
-
多路径 TCP (MPTCP) 是原始 TCP 协议 (single-path) 的扩展。MPTCP 支持传输连接同时在多个路径中运行,并为用户端点设备带来网络连接冗余,提高了连接稳定性
MPTCP的优点
- 允许一个TCP连接同时使用多个网络接口
- 提高对链接故障的恢复能力
- 使用多个链接可能会增加连接的吞吐量
MPTCP应用场景
- 选网(Steering) :在低延时或高带宽网络中选网
- 切网(Switchint) :例如在WIFI和数据网络间无缝切换
- 分流(Splitting) : 同时使用多个网络分流,增加带宽