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
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?
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?