qdeconinck/mp-quic

How InitialPath works (PathID=0)

nguyenthanhtrungbkhn opened this issue · 0 comments

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