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

the aggregated throughput is quite low #27

Closed yyLeeShine closed 2 years ago

yyLeeShine commented 3 years ago

I have tested your code and find a problem,the client has two ips and the server is one, but when i tested it, lots of udp packets were sent through one ip of the client and a few udp packets were sent through the other ip. so the aggregated output is quite low,Do you test it between the clouds server and your client or you just test it locally ? Have you found this problem?

ArthurCChen commented 2 years ago

@yyLeeShine Hi, I've met the same problem when throttling the bandwidth of connections between VMs, did you figure out why and how to solve it?