commit | f5821dc7b734585d6d0867b7fc8d7e3a3ad0a3fd | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Fri Jul 30 14:42:33 2021 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Sep 23 15:27:25 2021 +0200 |
tree | 37943188280145023a444e77803238400a010b6d | |
parent | 0ad0458a5652ecec0e00f182e3e28200eee84944 [diff] |
MINOR: quic: Add a mask for TX frame builders and their authorized packet types As this has been done for RX frame parsers, we add a mask for each TX frame builder to denote the packet types which are authorized to embed such frames. Each time a TX frame builder is called, we check that its mask matches the packet type the frame is built for.