Hi Lukas, > On 06 Jul 2016, at 01:49, Lukas Tribus <luky-37 at hotmail.com> wrote: > >>> if (setsockopt(s, IPPROTO_IP, IP_BIND_ADDRESS_NO_PORT >> Isn't this a SOL_IP socket option? > > Actually SOL_IP and IPPROTO_IP are the same thing, so it doesn't make any difference. Correct. And yes, it does cover IPv6 as well.