pquic icon indicating copy to clipboard operation
pquic copied to clipboard

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

Results 22 pquic issues
Sort by recently updated
recently updated
newest added

I try to run pquic with multipath, but meet many problems, could you pls give the basic command on how to run mpquic? I have tried following cmd but it...

While running as container, only one network adapter can be connected to the container. How to achieve multipath then?

To avoid overflows caused by an empty packet, we add a check on length

HI, I use a host with 2 wireless NICs to run "picoquicdemo" as the client.Local address of these NICs are "192.168.8.109" and "192.168.16.108". I run a "picoquicdemo" as the server...

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

I am getting build errors with what seems to be IDE truncated lines that got checked in with a "$" and the rest of the line missing. I can't yet...

the network topo as following: MP-client ---- Load Balance --- MP-Server I cant find a good solution for LB to route multiple path of a client to a MP-Server.

Could you check if commit https://github.com/p-quic/pquic/commit/e08ae8f6482b09bcdf32fcbaadec63b3085df0ae is causing errors when running plugin multipath_rtt_cond.plugin / also multipath_rr_cond.plugin picoquic/transport.c int prepare_plugin_transport_extensions(picoquic_cnx_t* cnx, uint8_t* bytes, size_t bytes_max) { ... fprintf(stderr, "cnx->protoop_inputv[0]: %p\n", &cnx->protoop_inputv[0]);...

It seems mp-quic doesn't handle changes in interface status. Case 1 and 2 (below) are almost identical, but one of the client interfaces is turned down at 2s in Case...