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

Fatal error when using -q <name> argument on picoquicdemo #14

Closed The3ternum closed 3 years ago

The3ternum commented 3 years ago

When running the picoquicdemo along with the -q argument, the endpoint throws a fatal error. Error message: FATAL ERROR: no protocol operation with id set_qlog_file and hash hash_value

qdeconinck commented 3 years ago

This indeed lacks documentation. When you use the argument "-q", you need to load the qlog plugin (+ associated qlog additions for other extensions if needed, such as multipath_qlog.plugin).

The3ternum commented 3 years ago

I see, thank you for your comment, loading the plugin indeed does fix this error, closing the issue now.