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

Client behind can not receive packets from both of two paths #26

Closed cxht closed 3 years ago

cxht commented 3 years ago

I used MPQUIC to transfer files from a server in cloud with one NIC to a client with two NIC, the output log shows that two paths are established but only one path can receive packets. I print the 4 tuple of the two paths from both perspective of client and server, from server's viewpoint, the client addresses are behind NAT(shown in the figure). So the reason of path unable to receive packet is the server can't find the local address of client behind NAT? image

nguyenthanhtrungbkhn commented 2 years ago

Hi @cxht , I have the same problem. Looks like you fixed it. Can you tell me in more detail how to configure it? Thank you very much