• 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

  • 相关阅读:
    OC中nil、Nil、NULL、NSNull的区别
    SOJ 1050. Numbers & Letters
    SOJ 1009. Mersenne Composite N
    SOJ 1006. Team Rankings
    SOJ 1036. Crypto Columns
    SOJ 1151. 魔板
    SOJ 1007. To and Fro
    SOJ 1150.简单魔板
    SOJ 1051 Biker's Trip Odometer
    SOJ 1176 Two Ends
  • 原文地址:https://www.cnblogs.com/ztguang/p/12645917.html
Copyright © 2020-2023  润新知