[Mono-bugs] [Bug 35371][Nor] Changed - Setting ReceiveTimeout causes exception
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
11 Dec 2002 13:18:06 -0000
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=35371
--- shadow/35371 Tue Dec 10 08:10:36 2002
+++ shadow/35371.tmp.28544 Wed Dec 11 08:18:06 2002
@@ -1,14 +1,14 @@
Bug#: 35371
Product: Mono/Class Libraries
Version: unspecified
OS: Red Hat 7.1
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: WONTFIX
+Severity: Unknown
Priority: Normal
Component: System
AssignedTo: mono-bugs@ximian.com
ReportedBy: richard@phpguru.org
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -57,6 +57,20 @@
How often does this happen?
Every time.
Additional Information:
+
+------- Additional Comments From dick@ximian.com 2002-12-11 08:18 -------
+This is a linux issue.
+
+from the socket(7) man page:
+
+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. Their functionality can be emulated using
+ alarm(2) or setitimer(2).
+
+