main
quic: extract transport logic from Application to Session
quic: fix infinite loop if STOP_SENDING received on a buffering stream
quic: use arena allocation for packets
quic: add proper error codes & messages for QUIC failures
quic: fix stop sending behaviour & callback
quic: implement rapidhash for hashing improvements
quic: multiple fixups and updates
quic: cache timestamp for address lru cache
quic: defer server session emit until TLS ClientHello is processed
quic: add block list support for endpoints
deps: update nghttp3 to 1.18.0
quic: complete the internal implementation of QUIC
quic: add support for future ECN marking
quic: flip preferred address policy default to 'ignore'
quic: fix a handful of bugs and missing functionality
quic: apply multiple additional minor improvements
deps: update ngtcp2 to 1.25.0
quic: remove unused env_ variable in session_manager.h/cc
tls,quic: commonize TLS cert handling between tls, dtls & quic
quic: add support for TLS certificate compression
src: improve token return value check