https://bugzilla.novell.com/show_bug.cgi?id=652181
https://bugzilla.novell.com/show_bug.cgi?id=652181#c6 --- Comment #6 from Gonzalo Paniagua Javier <[email protected]> 2010-11-11 18:56:10 UTC --- The problem seems to be related to IPv6. The server code creates the socket with InterNetworkV6 address family (which fails with Mono on windows, I have to find out why) and then calls Bind() with the an IPEndPoint created based on the first IPAddress (which might not be an IPv6 address, this is why it fails on linux) returned from Dns.GetHostEntry() for localhost. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
