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

How InitialPath works (PathID=0) #40

Open nguyenthanhtrungbkhn opened 1 year ago

nguyenthanhtrungbkhn commented 1 year ago

Dear @qdeconinck ,

I have a question about InitialPath (PathID=0). I know that the path used for establishing the QUIC connection and the cryptographic handshake is done on this path. However, in the scheduler, I try to return InitialPath for all packets to send, and it works. Especially, the transmission time is fast (compare to other schedulers as minRTT, BLEST,...).

Looking forward to your explanation of how this path works. Thank you