Pregunta

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

Thank you

¿Fue útil?

Solución

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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top