nexus
nexus copied to clipboard
A C++ QUIC and HTTP/3 library based on lsquic and boost::asio
When I try to compile with `boost/1.84` I get the following errors: ``` In file included from /Users/gegles/Workspaces/quic/nexus/include/nexus/h3/client.hpp:3: /Users/gegles/Workspaces/quic/nexus/include/nexus/udp.hpp:67:59: error: use of undeclared identifier 'IPV6_RECVPKTINFO' using receive_dstaddr = detail::socket_option; ^...
bug fix
- connection_state::open::incoming_streams was uninitialized ( connection erroneously couldnt accept streams because circular buffer wrongly deemed full (capacity zero) ) - reading from stream never returned EOF after peer shutdown its...
Hello, Can you also provide a HTTP/3 server example that can be used with the h3cli example? Thanks Rakesh
I am using the quic server in the official tutorial example, but I am not accepting streams properly, what can I do