commit | b0254cb36111c2084fedd21155161a2c96a14037 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Sep 04 08:07:11 2020 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Sep 16 22:08:07 2020 +0200 |
tree | 9e8ad51a0d63a85e891220a25fec17981bbc58c4 | |
parent | ad33acf83866cfdf6fb4db330a3c8abc85050cb5 [diff] |
MINOR: protocol: add a new proto_fam structure for protocol families We need to specially handle protocol families which regroup common functions used for a given address family. These functions include bind(), addrcmp(), get_src() and get_dst() for now. Some fields are also added about the address family, socket domain (protocol family passed to the socket() syscall), and address length. These protocol families are referenced from the protocols but not yet used.