pquic
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
This issue was mentioned previously on the pquic-channel in the [quicdev slack](quicdev.slack.com) I also created an issue on the [aioquic github page ](https://github.com/aiortc/aioquic/issues/155) I seem to have stumbled on a...
I am currently trying to perform a multipath connection between a modified aioquic server and a pquic client, and I have a question: Does the pquic multipath plugin allow for...
@mpiraux what is the main difference between picoquic and p-quic seems to me both has same options
I'm using Ubuntu 22.04 Linux. I followed the steps of https://pquic.org/ for compile pquic when I run "make" command, I got this error : user@quic-proj:~/pico/pquic$ make [ 45%] Built target...
Hi, During testing commit 841c8228, we discovered that the PQUIC server always updates/overwrites its original_destination_connection_id when processing the client's Initial packet. According to RFC 9000, original_destination_connection_id is the value of...
Hi, During testing commit 841c8228, we discovered that the PQUIC server does not discard the unused encryption keys after moving to a new encryption level. The unused encryption keys, such...
Hi, During testing commit https://github.com/p-quic/pquic/commit/841c82289b23d32c28723a0175654ecc6baeae08, we discovered that the PQUIC server uses Picoquic code that does not correctly prune the retransmission queue in picoquic/sender.c:picoquic_implicit_handshake_ack(). The pruning direction on the retransmission...
Hi, During testing commit https://github.com/p-quic/pquic/commit/841c82289b23d32c28723a0175654ecc6baeae08, we discovered that the PQUIC server does not set a limit for its active_connection_id_limit transport parameter and able to process up to 1000 NEW_CONNECTION_ID frame....
``` ./picoquicdemo -n snort-automation1.org -p 4443 ``` ``` Starting PicoQUIC server on port 4443, server name = ::, just_once = 0, hrr= 0, 0 local plugins and 0 both plugins...