Enable Winsock IPv6 option to use any networking interfaces
Winsock 2 has a weird setsockopt which prevents sockets from establishing connections through very risky (i.e. tunnels) IPv6 interfaces.
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
- Rémi Denis-Courmont added Severity::trivial Type::bug labels
added Severity::trivial Type::bug labels
- Rémi Denis-Courmont added Difficulty::easy label
added Difficulty::easy label
- Rémi Denis-Courmont added Component::Input: network streams label
added Component::Input: network streams label
- Rémi Denis-Courmont changed title from Enable Winsock option to use insecure networking interfaces to Enable Winsock IPv6 option to use any networking interfaces
changed title from Enable Winsock option to use insecure networking interfaces to Enable Winsock IPv6 option to use any networking interfaces
- Author Maintainer
Done. But it looks like
- Rémi Denis-Courmont changed the description
changed the description
- Author Maintainer
...it looks like the winsock headers in Mingw32 don't provide the appropriate #defines (IPV6_PROTECTION_LEVEL and the likes).
Will be commited later.
- Rémi Denis-Courmont assigned to @gbazin and unassigned @Courmisch
assigned to @gbazin and unassigned @Courmisch
- Rémi Denis-Courmont removed Difficulty::easy label
removed Difficulty::easy label
- Rémi Denis-Courmont assigned to @Courmisch and unassigned @gbazin
assigned to @Courmisch and unassigned @gbazin
- Author Maintainer
(In [12308]) Define IPV6_PROTECTION_LEVEL manually - closes #96 (closed)
- Rémi Denis-Courmont added Status::fixed label
added Status::fixed label
- Rémi Denis-Courmont closed
closed
- ctzen mentioned in issue #19328 (closed)
mentioned in issue #19328 (closed)