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

Have you realized returning ack frames on different paths? #23

Closed JianHaoYu closed 3 years ago

JianHaoYu commented 3 years ago

in your paper,I found that you said “it is possible to send ack frame over different paths”.However,I didn't find such packages in my log. Is this function realized?or how can i confirm it?

qdeconinck commented 3 years ago

This is because this implementation does not. You may want to have a look at our recent paper (https://hdl.handle.net/2078.1/243486) and the related implementation (https://github.com/p-quic/pquic) that takes advantage of asymmetrical paths by sending ACK frames on different paths.