[Mono-bugs] [Bug 38185][Nor] Changed - Problem setting the ReceiveTimeout option of a Socket

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Mon, 17 Feb 2003 07:35:53 -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=38185

--- shadow/38185	Mon Feb 17 06:20:41 2003
+++ shadow/38185.tmp.31675	Mon Feb 17 07:35:53 2003
@@ -1,14 +1,14 @@
 Bug#: 38185
 Product: Mono/Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: Red Hat 8
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: WONTFIX
+Severity: Unknown
 Priority: Normal
 Component: System
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: carlosga@telefonica.net               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -83,6 +83,17 @@
 
 		}
 
 	}
 
 }
+
+------- Additional Comments From dick@ximian.com  2003-02-17 07:35 -------
+From socket(7):
+
+SO_RCVTIMEO and SO_SNDTIMEO
+              Specify the sending  or  receiving  timeouts  until
+              reporting  an  error.  They are fixed to a protocol
+              specific setting in Linux and  cannot  be  read  or
+              written.
+
+