[Mono-bugs] [Bug 70850][Wis] Changed - Fail to set Socket Timeout property

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 4 Jan 2005 09:55:10 -0500 (EST)


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@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=70850

--- shadow/70850	2004-12-30 23:29:23.000000000 -0500
+++ shadow/70850.tmp.22735	2005-01-04 09:55:10.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 70850
 Product: Mono: Class Libraries
 Version: unspecified
 OS: Windows XP
 OS Details: 
-Status: REOPENED   
-Resolution: 
+Status: RESOLVED   
+Resolution: NOTABUG
 Severity: Unknown
 Priority: Wishlist
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: tocsleung@so-net.com.hk               
 QAContact: mono-bugs@ximian.com
@@ -62,6 +62,11 @@
 ------- Additional Comments From tocsleung@so-net.com.hk  2004-12-30 23:29 -------
 I run the test program on Window XP with Mono 1.0.5 installed and 
 always get the error result.
 
 
 
+
+------- Additional Comments From dick@ximian.com  2005-01-04 09:55 -------
+These properties are system dependent, and are passed directly to the
+OS with setsockopt().  It looks like windows xp doesn't support
+setting them.