[Mono-bugs] [Bug 35371][Nor] Changed - Setting ReceiveTimeout causes exception

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
11 Dec 2002 14:16:25 -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 lupus@ximian.com.

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

--- shadow/35371	Wed Dec 11 08:18:06 2002
+++ shadow/35371.tmp.31801	Wed Dec 11 09:16:25 2002
@@ -71,6 +71,12 @@
               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).
 
 
+
+------- Additional Comments From lupus@ximian.com  2002-12-11 09:16 -------
+Doesn't that mean that we should implement the feature with alarm or
+setitimer if the pltform doesn't support it?
+If that is too hard, I suggest ignoring the error in this case, it's
+still better than having the application die.