commit | b366c9a59abdb8993af5581749e5550da5af3f37 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Dec 08 14:54:20 2020 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Dec 08 14:58:24 2020 +0100 |
tree | 7b616bec5938a34fdba3b585bec2dd87d5a742b5 | |
parent | b9b2fd7cf4c80cb9fefefecf4f8207599b9269a3 [diff] |
CLEANUP: protocol: group protocol struct members by usage For the sake of an improved readability, let's group the protocol field members according to where they're supposed to be defined: - connection layer (note: for now even UDP needs one) - binding layer - address family - socket layer Nothing else was changed.