Changes since version 2.7.9 : Aurelien DARRAGON (2): BUG/MINOR: server: inherit from netns in srv_settings_cpy() BUG/MINOR: namespace: missing free in netns_sig_stop() Christopher Faulet (1): REGTESTS: h1_host_normalization : Add a barrier to not mix up log messages Emeric Brun (1): BUG/MEDIUM: quic: error checking buffer large enought to receive the retry tag Frédéric Lécaille (7): BUG/MINOR: quic: Wrong encryption level flags checking BUG/MINOR: quic: Address inversion in "show quic full" BUG/MINOR: quic: Missing initialization (packet number space probing) BUG/MINOR: quic: Possible crash in quic_conn_prx_cntrs_update() BUG/MINOR: quic: Possible endless loop in quic_lstnr_dghdlr() BUG/MINOR: quic: ticks comparison without ticks API use BUG/MINOR: quic: Prevent deadlock with CID tree lock Tim Duesterhus (1): DOC: Add tune.h2.max-frame-size option to table of contents William Lallemand (2): BUG/MEDIUM: mworker: increase maxsock with each new worker BUG/MINOR: mworker: leak of a socketpair during startup failure