IPv6 in WIndows fails to start: Error 10049

Bug #1192255 reported by Adrián Arroyo Calle
6
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

Revision history for this message
Adrián Arroyo Calle (adrian-arroyocalle) wrote :

Solution: Add a memset to sockaddr_ipv6 with this line before setting properties:
memset(&sockaddr_ipv6,0,sizeof(sockaddr_in6));

We have to do this under IPv4 also...

Changed in azpazeta:
status: Confirmed → In Progress
assignee: nobody → Adrián Arroyo Calle (adrian-arroyocalle)
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.