reassign 560200 weborf thanks On Dec 09, Salvo Tomaselli <[email protected]> wrote:
> The new setting breaks the webserver weborf, which listens to an ipv6 socket,
> expecting to receive connections from both ipv6 and ipv4 clients.
Then you should fix it, because it will not work on the kfreebsd ports
and sysadmins could still set bindv6only=1 by themselves.
int off = 0;
if (setsockopt(sep->se_fd, IPPROTO_IPV6, IPV6_V6ONLY, &off,
sizeof (off)) < 0)
syslog(LOG_ERR, "setsockopt (IPV6_V6ONLY): %m");
I understand that IPV6_V6ONLY is enabled by default in Mac OS X >= v10.3.
I do not consider your other arguments valid nor interesting.
--
ciao,
Marco
signature.asc
Description: Digital signature

