commit | 2b5e0d8b6ad0f0901e29d70a6324f225a5bb6dd4 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Sep 16 21:58:52 2020 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Sep 16 22:08:08 2020 +0200 |
tree | fe2f82612f28b074674310b1d8b29359f944b0ab | |
parent | b2ffc99bbd35415042e63ff4b031984802a0c703 [diff] |
MEDIUM: proto_udp: replace last AF_CUST_UDP* with AF_INET* We don't need to cheat with the sock_domain anymore, we now always have the SOCK_DGRAM sock_type as a complementary selector. This patch restores the sock_domain to AF_INET* in the udp* protocols and removes all traces of the now unused AF_CUST_*.