Question

After installing MPTCP on my two debian hosts, I would like to know how can I send data using MultiPath TCP.

Thank you

Was it helpful?

Solution

Make sure you rebooted with the mptcp kernels (sysctl -a|grep mptcp should return a few results) and then contact (via iperf for instance) an mptcp enabled server such as http://multipath-tcp.org. You should then be able to see the number of created TCP subflows via cat /proc/net/mptcp.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top