IPv6 in WIndows fails to start: Error 10049
Bug #1192255 reported by
Adrián Arroyo Calle
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Azpazeta |
In Progress
|
Critical
|
Adrián Arroyo Calle |
Bug Description
IPv6 with inet_pton fails in connect function with code 10049
To post a comment you must log in.
Solution: Add a memset to sockaddr_ipv6 with this line before setting properties: &sockaddr_ ipv6,0, sizeof( sockaddr_ in6));
memset(
We have to do this under IPv4 also...