commit | f1003ea7fae8de9aabf9471b2bf8afcfcffbc542 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sat Apr 22 18:26:56 2023 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun Apr 23 09:46:15 2023 +0200 |
tree | 4386c334c953385b67cd141c35ed1c0ff1f780b5 | |
parent | b073573c10bbe06420dcbe7c8deab75feac91ed7 [diff] |
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.