dbus-daemon on Windows: Failed to bind socket "localhost:59367": Address already in use

Thomas Sondergaard ts at medical-insight.com
Sat Jan 3 11:42:20 PST 2015


On 2015-01-03 18:48, Thiago Macieira wrote:
> On Saturday 03 January 2015 14:22:56 Thomas Sondergaard wrote:
>> +              /* Depending on kernel policy, it may or may not
>> +              be neccessary to bind to both IPv4 & 6 addresses
>> +              so ignore EADDRINUSE here */
>> +              tmp = tmp->ai_next;
>
> This feature is called IPV6_V6ONLY.
>
> If you want to bind to both addresses, make sure to setsockopt and set the
> feature off.

Thanks. I just took that fragment from the unix version of the function. 
It would be a great idea to simplify it.

Regards,
Thomas




More information about the dbus mailing list