commit | 3ff96103569d911f264563207d1825ad5b6d5616 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Aug 31 08:55:12 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Aug 31 10:39:09 2022 +0200 |
tree | cb9365a87189e0088da411d26f27304f7fbae329 | |
parent | 0bfa3e7ff28942b374a937f5d307b1007b076545 [diff] |
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).