qdeconinck / mp-quic

Please read https://multipath-quic.org/2017/12/09/artifacts-available.html to figure out how to setup the code.
MIT License
176 stars 71 forks source link

There's only one path working in real machines #11

Closed Heath68 closed 4 years ago

Heath68 commented 4 years ago

I run MPQUIC on two real machines,but only one path working.I tested on mininet with one network interface ,but there were two pathes.I wonder if there's any solution.Thanks a lot!

Heath68 commented 4 years ago

Problem solved,it is because of the network interfaces naming problem.

0xVikas commented 4 years ago

@Heath68 can you please tell how you solved this? I am trying to run the example client and server programs but I only see "Path 0" being used .

Heath68 commented 4 years ago

check your network interfaces‘ names,they can only be named by "eth" or "wlan

qdeconinck commented 4 years ago

If you want to use mp-quic within a VM, why do you not start with the provided VM (https://multipath-quic.org/kvm-mpquic.vmdk.zip) listed in the setup page (https://multipath-quic.org/conext17/2017/12/09/artifacts-available.html)? Normally it should work out-of-the-box.

Jerry0666 commented 9 months ago

@Heath68 Do you know how to set two addrs on it? I renamed the interface name to "eth0" on both the server and client, and only Path 0 is used.