commit | b073573c10bbe06420dcbe7c8deab75feac91ed7 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sat Apr 22 18:25:09 2023 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun Apr 23 09:46:15 2023 +0200 |
tree | f95239ab09965425dc35a412ef047386a4e557fb | |
parent | 8a5e6f4cca2396c5c498d9ebbdc12f9624ac6a48 [diff] |
MINOR: sock: add a function to check for SO_REUSEPORT support at runtime The new function _sock_supports_reuseport() will be used to check if a protocol type supports SO_REUSEPORT or not. This will be useful to verify that shards can really work.