]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: proto_udp: replace last AF_CUST_UDP* with AF_INET*
authorWilly Tarreau <w@1wt.eu>
Wed, 16 Sep 2020 19:58:52 +0000 (21:58 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 16 Sep 2020 20:08:08 +0000 (22:08 +0200)
commit2b5e0d8b6ad0f0901e29d70a6324f225a5bb6dd4
treefe2f82612f28b074674310b1d8b29359f944b0ab
parentb2ffc99bbd35415042e63ff4b031984802a0c703
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_*.
include/haproxy/protocol-t.h
src/proto_udp.c