[Mono-bugs] [Bug 71753][Wis] Changed - System.Net.Socket.SetSocketOption accepts boolean true for SocketOptionName.KeepAlive

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 6 May 2005 17:24:08 -0400 (EDT)


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

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

--- shadow/71753	2005-01-25 17:52:44.000000000 -0500
+++ shadow/71753.tmp.9109	2005-05-06 17:24:07.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 71753
 Product: Mono: Class Libraries
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: Debian Sid/Unstable
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Wishlist
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: mail@meebey.net               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -49,6 +49,10 @@
 How often does this happen? 
 always
 
 Additional Information:
 MSDN for Socket.SetSocketOption()
 http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemnetsocketssocketclasssetsocketoptiontopic2.asp
+
+------- Additional Comments From gonzalo@ximian.com  2005-05-06 17:24 -------
+Fixed in r44160. This behavior only throw with MS 1.1, works with 2.0
+Thanks!