问题
After installing MPTCP on my two debian hosts, I would like to know how can I send data using MultiPath TCP.
Thank you
回答1:
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.
来源:https://stackoverflow.com/questions/21701397/sending-data-over-multipath-tcp