commit | 66d37fa0517d2d450b5faa7d74610f4fa1332770 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Tue Mar 08 14:08:16 2022 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Mar 11 11:37:30 2022 +0100 |
tree | 9be8dc2d7218e01e19ff31e8d9e7795d72ec4f43 | |
parent | d2985f3cec66999d89111bee42ca94dd15bb0e2d [diff] |
MINOR: quic: Add max_idle_timeout advertisement handling When we store the remote transport parameters, we compute the maximum idle timeout for the connection which is the minimum of the two advertised max_idle_timeout transport parameter values if both have non-null values, or the maximum if one of the value is set and non-null.