Re: patch: debuginfod ipv4-ipv6 dual-stack

2022-04-04 Thread Frank Ch. Eigler via Elfutils-devel
Hi - > That IN6_IS_ADDR_V4MAPPED is funny. Is that actually used in practice? Yeah, actually all the time. On a dual-stack socket, an ipv4 connection gets an ipv6 peer-address that renders like :::1.2.3.4. > Too bad this cannot be merged with conninfo above. > But this calculates less inf

Re: patch: debuginfod ipv4-ipv6 dual-stack

2022-04-04 Thread Mark Wielaard
Hi Frank, On Sun, 2022-04-03 at 19:49 -0400, Frank Ch. Eigler via Elfutils-devel wrote: > commit 3a00f412b6554ba70f7b7e3d3aa6f67f278868af (HEAD -> master) > Author: Frank Ch. Eigler > Date: Sun Apr 3 19:42:48 2022 -0400 > > debuginfod: use single ipv4+ipv6 microhttpd daemon configuration >

patch: debuginfod ipv4-ipv6 dual-stack

2022-04-03 Thread Frank Ch. Eigler via Elfutils-devel
Hi - This little improvement reduces wasted memory from duplicated worker threads for ipv4 vs ipv6 stacks. commit 3a00f412b6554ba70f7b7e3d3aa6f67f278868af (HEAD -> master) Author: Frank Ch. Eigler Date: Sun Apr 3 19:42:48 2022 -0400 debuginfod: use single ipv4+ipv6 microhttpd daemon conf