p-quic / pquic

The PQUIC implementation, a framework that enables QUIC clients and servers to dynamically exchange protocol plugins that extend the protocol on a per-connection basis
https://pquic.org
MIT License
126 stars 20 forks source link

Problem about using multipath plugin #30

Open Abilyf opened 2 years ago

Abilyf commented 2 years ago

The connection always closed with error when I try to establish the connection with multipath_rtt_cond.plugin. like that: `Successfully inserted preplugin plugins/multipath/multipath_rtt_cond.plugin Register plugin be.qdeconinck.multipath.rtt for full registration include multipath_cond.plugin... Successfully injected post plugins for be.qdeconinck.multipath.rtt Negotiated ALPN: hq-29 Almost ready!

ERROR: trying to get input 5, but there are only 5 inputs available Connection established. Version = ff00001d, I-CID: 3598041ec8f8c14b No progress for 10 seconds. Closing. -1.0 Client exit with code = 0` What should I do to solve this problem?

dylanfernandezdelara commented 1 year ago

Did you ever figure out how to fix this issue? Currently running into the same thing.