commit | 9b3178df23b688933e70d0be8e36f519fd248b3e | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Sep 16 17:58:55 2020 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Sep 16 22:08:08 2020 +0200 |
tree | 825c215380414e1eb6c1de31d3a2e4842198db34 | |
parent | 5e1779abbf175c26343a3ffb67c634d802d959f0 [diff] |
MINOR: listener: pass the chosen protocol to create_listeners() The function will need to use more than just a family, let's pass it the selected protocol. The caller will then be able to do all the fancy stuff required to pick the best protocol.