haproxy/dev/udp
Willy Tarreau 3ff9610356 BUG/MINOR: dev/udp: properly preset the rx address size
addrlen was not preset to sizeof(addr) on rx, resulting in the address
often not being filled and response packets not always flowing back.

Let's also consistently use "addr" in the bind call (it points to
frt_addr there but it's a bit confusing).
2022-08-31 10:39:09 +02:00
..
udp-perturb.c BUG/MINOR: dev/udp: properly preset the rx address size 2022-08-31 10:39:09 +02:00