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

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Wed, 16 Jul 2003 17:51:07 -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 lluis@ideary.com.

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

--- shadow/35371	Wed Jul 16 17:49:26 2003
+++ shadow/35371.tmp.303	Wed Jul 16 17:51:07 2003
@@ -296,6 +296,11 @@
 
 
 ------- Additional Comments From lluis@ideary.com  2003-07-16 17:49 -------
 Well, actually setsockopt and getsockopt expect a timeval struct for 
 SO_SNDTIMEO and SO_RCVTIMEO, and not an int. The following patch 
 fixes this problem. It works on Windows and on Linux. Ok to commit?
+
+------- Additional Comments From lluis@ideary.com  2003-07-16 17:51 -------
+Created an attachment (id=4893)
+Proposed patch
+