Changes since version 3.1-dev2 : Amaury Denoyelle (9): BUG/MEDIUM: server: fix race on server_atomic_sync() CLEANUP: quic: cleanup prototypes related to CIDs handling CLEANUP: quic: remove non-existing quic_cid_tree definition MINOR: quic: remove access to CID global tree outside of quic_cid module REORG: quic: remove quic_cid_trees reference from proto_quic MINOR: quic: add 2 BUG_ON() on datagram dispatch MINOR: quic: ensure quic_conn is never removed on thread affinity rebind MINOR: proto: extend connection thread rebind API BUG/MEDIUM: quic: prevent crash on accept queue full Christopher Faulet (3): BUG/MINOR: promex: Remove Help prefix repeated twice for each metric BUG/MEDIUM: hlua/cli: Fix lua CLI commands to work with applet's buffers BUG/MEDIUM: peers: Fix crash when syncing learn state of a peer without appctx Frederic Lecaille (1): BUG/MINOR: quic: Wrong datagram building when probing. Ilia Shipitsin (1): CI: add weekly QUIC Interop regression against LibreSSL Valentine Krasnobaeva (2): MEDIUM: init: set default for fd_hard_limit via DEFAULT_MAXFD DOC: configuration: update maxconn description William Lallemand (3): DOC: configuration: add details about crt-store in bind "crt" keyword DOC: configuration: more details about the master-worker mode BUG/MINOR: jwt: don't try to load files with HMAC algorithm Willy Tarreau (1): BUG/MEDIUM: quic: fix possible exit from qc_check_dcid() without unlocking