[Mono-bugs] [Bug 35371][Nor] Changed - Setting ReceiveTimeout causes exception
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
11 Dec 2002 15:32:52 -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 Wed Dec 11 09:16:25 2002
+++ shadow/35371.tmp.24497 Wed Dec 11 10:32:52 2002
@@ -77,6 +77,11 @@
------- 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.
+
+------- Additional Comments From dick@ximian.com 2002-12-11 10:32 -------
+pretty much any SetSocketOption has the potential to generate EINVAL.
+ I suppose the TcpClient wrapper could have some workarounds for this
+particular one though.