Skip to content
Ycarus edited this page May 14, 2018 · 23 revisions
  • What speed can I expect with a Raspberry PI 3 B ?

On my own tests, about 85.5Mb/s using modems connected via the ethernet port. The port is limited to 100Mb/s.

  • How many interfaces can be used for MPTCP ?

The path-manager does not support more than 8 addresses per host.

  • Inactive TCP session are killed/SSH timeout after 2 minutes

For SSH, you can modify ServerAliveInterval in ssh configuration. You can also increase IPv4 TCP Keepalive time in the menu System->OpenMPTCProuter->Advanced Settings.

  • How to use OpenMPTCProuter on another platform?

To test on any other platform (supported by OpenWrt with kernel 4.9 or 4.14):

git clone https://github.com/Ysurac/openmptcprouter-vps.git
OMR_TARGET="myplatform" ./build.sh
cd rpi/source
make menuconfig

Clone this wiki locally