commit | 8d46acdfcb49b4132f4a2ab7313315ca54e30ba0 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Dec 01 14:51:16 2022 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Dec 02 14:45:43 2022 +0100 |
tree | a48f93fca972d7d606b5dbf2712ece7c9d12d257 | |
parent | 75839a44e7e904bd1e332b58bd579e03b6d106f0 [diff] |
MINOR: quic: test IP_PKTINFO support for quic-conn owned socket Extend the startup platform detection support test for quic-conn owned socket. It is required to be able to retrieve destination address on a recvfrom() system call so check if IP_PKTINFO or IP_RECVDSTADDR flags are supported. This change is part of quic-conn owned socket implementation. It may be backported to 2.7 after a period of observation.