Bugzilla Automation <bugzi...@freebsd.org> has asked freebsd-mono mailing list <m...@freebsd.org> for maintainer-feedback: Bug 235717: lang/mono IPv6 support https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235717
--- Description --- Mono incorrectly assigns AF_INET6 for FreeBSD since FreeBSD uses the MacOsNetworkInterfaceAPI. AF_INET6 is 30 on MacOS but 28 on FreeBSD. This allows mono to connect to IPv6 only hostnames: csharp -e 'new System.Net.WebClient ().DownloadString ("http://www.v6.facebook.com/status.php")' _______________________________________________ freebsd-mono@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-mono To unsubscribe, send any mail to "freebsd-mono-unsubscr...@freebsd.org"