ngtcp2
ngtcp2 copied to clipboard
ngtcp2 project is an effort to implement IETF QUIC protocol
Hi, I noticed that the QUIC packet size is about 1400 bytes running examples/client and server. How can I set it to 200 bytes for example? I tried using --max-udp-payload-size...
Hi, I want to define a new frame for QUIC within the type range dedicated to "Extension Frames". Which file is for defining new frame types? Thanks.
Hi, I am trying to find out that when we call ngtcp2_conn_writev_stream() in write_streams() of server.cc, is it sending http response data or other QUIC packets. I am asking for...
Hi, How I can use the unreliable datagram extension for some of the URIs? I learned that we need to set "max_datagram_frame_size" but I could not find it the option...
Hello, I used the following commands to run the HTTP server and client: ./server --htdocs=/home/nooshin/Desktop/webroot-test 127.0.0.1 4444 ../ci/cert/server.key ../ci/cert/server.crt ./client 127.0.0.1 4444 https://127.0.0.1:4444 There was an index.html in the root...
Does ngtcp2 have any prioritization support? Either the tree-based ones or the recent [Extensible Prioritization Scheme](https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-priority-03.txt)?
Both the openssl and gnutls variants have a shared target but it wasn't present for boringssl.
Hello, I wanted to run "server" in the example section and the two last arguments are the path to private key file and the path to certificate file. How can...
Hi, I am a newbie to the entire quic protocol and OpenSSL, could you please help me resolve this issue? Here is the my Operating System details ``` NAME="Ubuntu" VERSION="18.04.4...
The libev header `ev.h` is installed in `/usr/include/ev` on my system. $ ./configure --with-gnutls --with-libev does not `ev.h`. checking for SSL_is_quic... no configure: openssl does not have QUIC interface, disabling...