MINOR: protocol: perform a live check for SO_REUSEPORT support
authorWilly Tarreau <w@1wt.eu>
Sat, 22 Apr 2023 16:26:56 +0000 (18:26 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 23 Apr 2023 07:46:15 +0000 (09:46 +0200)
commitf1003ea7fae8de9aabf9471b2bf8afcfcffbc542
tree4386c334c953385b67cd141c35ed1c0ff1f780b5
parentb073573c10bbe06420dcbe7c8deab75feac91ed7
MINOR: protocol: perform a live check for SO_REUSEPORT support

When testing if a protocol supports SO_REUSEPORT, we're now able to
verify if the OS does really support it. While it may be supported at
build time, it may possibly have been blocked in a container for
example so we'd rather know what it's like.
include/haproxy/protocol-t.h
src/protocol.c