commit | 65df7e028da2d86d9769f2ba03bdf1d110c2a44c | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sat Apr 22 15:02:35 2023 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun Apr 23 09:46:15 2023 +0200 |
tree | 391f0e1b6a2533353be5f17f822ff83a7c6cfa0a | |
parent | a22db6567f21bbab96448386988dc021d8cf7d07 [diff] |
MINOR: protocol: add a flags field to store info about protocols We'll use these flags to know if some protocols are supported, and if so, with what options/extensions. Reuseport will move there for example. Two functions were added to globally set/clear a flag.