commit | e3b45184143a1561167ae2fd7ad41d4b0a845b58 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Oct 27 17:28:55 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Oct 27 17:31:20 2021 +0200 |
tree | 199abbfd6d9dda9427a5df3661308f18521811b0 | |
parent | 337edfdbc50412ac1d0d437de8a777cb009a054c [diff] |
MINOR: protocols: make use of the protocol type to select the protocol Instead of using sock_type and ctrl_type to select a protocol, let's make use of the new protocol type. For now they always match so there is no change. This is applied to address parsing and to socket retrieval from older processes.