Changes since version 3.1-dev2 : Amaury Denoyelle (11): 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 DEV: flags/quic: decode quic_conn flags MINOR: quic: rename "ssl error" trace 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 (3): MEDIUM: init: set default for fd_hard_limit via DEFAULT_MAXFD DOC: configuration: update maxconn description BUG/MEDIUM: init: fix fd_hard_limit default in compute_ideal_maxconn William Lallemand (5): 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 BUG/MINOR: jwt: fix variable initialisation MINOR: ssl/sample: ssl_c_san returns a comma separated list of SAN Willy Tarreau (3): BUG/MEDIUM: quic: fix possible exit from qc_check_dcid() without unlocking OPTIM: pool: improve needed_avg cache line access pattern MAJOR: import: update mt_list to support exponential back-off (try #2)