[Mono-bugs] [Bug 599488] New: Why SocketException with ErrorCode == 10035 means Operation timed out? It breaks .NET compatibility
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sat Apr 24 21:35:39 EDT 2010
http://bugzilla.novell.com/show_bug.cgi?id=599488
http://bugzilla.novell.com/show_bug.cgi?id=599488#c0
Summary: Why SocketException with ErrorCode == 10035 means
Operation timed out? It breaks .NET compatibility
Classification: Mono
Product: Mono: Class Libraries
Version: 2.6.x
Platform: x86
OS/Version: openSUSE 11.2
Status: NEW
Severity: Normal
Priority: P5 - None
Component: System
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: lextudio at gmail.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/533.2
(KHTML, like Gecko) Chrome/5.0.342.9 Safari/533.2
I am testing out #SNMP on Mono/openSUSE.
It is strange to see that Mono chooses to use 10035 for timeout error. On
Windows, .NET always returns 10060.
http://msdn.microsoft.com/en-us/library/ms740668(VS.85).aspx
Reproducible: Always
Steps to Reproduce:
There can be many ways to reproduce the issue. If you cannot reproduce it,
leave me a comment and I will send a detailed step later.
Actual Results:
I got a SocketException object with ErrorCode == 10035.
Expected Results:
I should get a SocketException object with ErrorCode == 10060.
--
Configure bugmail: http://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.
More information about the mono-bugs
mailing list