mirror of https://git.musl-libc.org/git/musl
Browse Source
When IPv6 nameservers are present, __res_msend_rc attempts to disable IPV6_V6ONLY socket option to ensure that it can communicate with IPv4 nameservers (if they are present too) via IPv4-mapped IPv6 addresses. However, this option can't be disabled on bound sockets, so setsockopt always fails.master
committed by
Rich Felker
1 changed files with 16 additions and 15 deletions
Loading…
Reference in new issue