Sending data over MultiPath TCP

混江龙づ霸主 提交于 2019-12-08 05:33:42

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!