commit | 8a5e6f4cca2396c5c498d9ebbdc12f9624ac6a48 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sat Apr 22 17:39:30 2023 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun Apr 23 09:46:15 2023 +0200 |
tree | 2f4a5ef589b3bc5e928082d2af9271382c9820b5 | |
parent | c1fbdd6397010690b58786cbb561c9dfdb79e906 [diff] |
MINOR: protocol: add a function to check if some features are supported The new function protocol_supports_flag() checks the protocol flags to verify if some features are supported, but will support being extended to refine the tests. Let's use it to check for REUSEPORT.