installing MPTCP


http://multipath-tcp.org/pmwiki.php/Users/DoItYourself


To install MPTCP, follow this procedure:

  • Get the source by checking out the git-repository, or download one of the dailysnapshots. You can also apply one of the patches based on different Linux versions, availablehere. We highly recommend to checkout the git-repository, as you can easily get our bug-fixes with agit pull.Access the git-repository with
   git clone --depth=1 git://github.com/multipath-tcp/mptcp.git
  • Then configure the Kernel by doing make xconfig or make menuconfig and enable MultiPath TCP:
    • You cannot set IPv6 as a module. Either compile it into the kernel, or disable it.
    • enable MPTCP protocol (Networking support->Networking options->TCP/IP networking->MPTCP protocol (MPTCP)) (if you cannot find that checkbox, then you have not correctly disabled one of the above options)
    • If you want to use the Linked Increase Algorithm (LIA) Congestion Control, that guarantees fairness across a shared bottleneck, you have toenable Networking support->Networking options->TCP: advanced congestion control->MPTCP Linked Increase. To enable it as the default congestion control, you should also enable it in "Default TCP congestion control", or you just type echo 'lia' > /proc/sys/net/ipv4/tcp_congestion_control in the running Kernel. Other options are "Opportunistic Linked Increase (olia)", "WVEGAS CONGESTION CONTROL (wvegas)" or "BALIA CONGESTION CONTROL (balia)".
    • Choose a path-manager, by enabling "MPTCP: advanced path-manager control". More info can be foundhere.
    • enable Policy-Routing (Networking support->Networking options->IP: advanced router->IP: policy routing (IP_MULTIPLE_TABLES)) to correctly configure your routing tables (see below).
  • Compile, install and reboot your kernel, as it is recommended by your distribution.
  • You have to correctly configure your routing table. Have a look here

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值