[Mono-bugs] [Bug 75158][Min] Changed - Socket.Connect: wrong error
reported for incompatible address
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Jun 6 12:52:57 EDT 2005
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by dick at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75158
--- shadow/75158 2005-06-05 00:15:28.000000000 -0400
+++ shadow/75158.tmp.3394 2005-06-06 12:52:57.000000000 -0400
@@ -24,6 +24,13 @@
I'll commit an ignored test in SocketTest.cs to svn.
------- Additional Comments From gonzalo at ximian.com 2005-06-05 00:15 -------
I think we cannot track 'subtle' differences in the underlying socket
implementation for every platform we support when returning an error
in errno. I would close this as WONTFIX, Dick?
+
+------- Additional Comments From dick at ximian.com 2005-06-06 12:52 -------
+Agreed.
+
+We have a mapping of errno values to w32 values, which are the best
+general fit. It's quite possible that different operating systems
+will return different values for the same error conditions.
More information about the mono-bugs
mailing list