* Arne Schwabe > Can you try the following one line patch? I will do a better cleanup > patch later but this should fix the problem
Yep, this works. Thanks! FWIW: Now I also got to test git master with what I wanted to in the first place, namely to see whether or not all the nice dualstack changes had also made "multihome" work for IPv4-mapped clients coming in to the server on an udp6 socket (ticket #306). Unfortunately that's still broken, and it seems that for a server process "proto udp" is still IPv4-only. So it doesn't appear to be possible to get a functioning dual-stacked UDP server (that has multiple addresses/interfaces) at the moment. Tore