зеркало из https://github.com/mono/mail-archives.git
75 строки
3.2 KiB
HTML
75 строки
3.2 KiB
HTML
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
||
|
<HTML>
|
||
|
<HEAD>
|
||
|
<TITLE> [Mono-bugs] [Bug 35371][Nor] Changed - Setting ReceiveTimeout causes exception
|
||
|
</TITLE>
|
||
|
<LINK REL="Index" HREF="index.html" >
|
||
|
<LINK REL="made" HREF="mailto:bugzilla-daemon%40rocky.ximian.com">
|
||
|
<META NAME="robots" CONTENT="index,nofollow">
|
||
|
|
||
|
<LINK REL="Previous" HREF="006420.html">
|
||
|
<LINK REL="Next" HREF="006422.html">
|
||
|
</HEAD>
|
||
|
<BODY BGCOLOR="#ffffff">
|
||
|
<H1>[Mono-bugs] [Bug 35371][Nor] Changed - Setting ReceiveTimeout causes exception
|
||
|
</H1>
|
||
|
<B>bugzilla-daemon@rocky.ximian.com
|
||
|
</B>
|
||
|
<A HREF="mailto:bugzilla-daemon%40rocky.ximian.com"
|
||
|
TITLE="[Mono-bugs] [Bug 35371][Nor] Changed - Setting ReceiveTimeout causes exception">bugzilla-daemon@rocky.ximian.com
|
||
|
</A><BR>
|
||
|
<I>Wed, 16 Jul 2003 17:51:07 -0400 (EDT)</I>
|
||
|
<P><UL>
|
||
|
<LI> Previous message: <A HREF="006420.html">[Mono-bugs] [Bug 45123][Nor] Changed - System.Array.BinarySearch does not work properly for objects without an IComparer Interface
|
||
|
</A></li>
|
||
|
<LI> Next message: <A HREF="006422.html">[Mono-bugs] [Bug 45123][Nor] Changed - System.Array.BinarySearch does not work properly for objects without an IComparer Interface
|
||
|
</A></li>
|
||
|
<LI> <B>Messages sorted by:</B>
|
||
|
<a href="date.html#6421">[ date ]</a>
|
||
|
<a href="thread.html#6421">[ thread ]</a>
|
||
|
<a href="subject.html#6421">[ subject ]</a>
|
||
|
<a href="author.html#6421">[ author ]</a>
|
||
|
</LI>
|
||
|
</UL>
|
||
|
<HR>
|
||
|
<!--beginarticle-->
|
||
|
<PRE>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 <A HREF="mailto:lluis@ideary.com.">lluis@ideary.com.</A>
|
||
|
|
||
|
<A HREF="http://bugzilla.ximian.com/show_bug.cgi?id=35371">http://bugzilla.ximian.com/show_bug.cgi?id=35371</A>
|
||
|
|
||
|
--- 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 <A HREF="mailto:lluis@ideary.com">lluis@ideary.com</A> 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 <A HREF="mailto:lluis@ideary.com">lluis@ideary.com</A> 2003-07-16 17:51 -------
|
||
|
+Created an attachment (id=4893)
|
||
|
+Proposed patch
|
||
|
+
|
||
|
|
||
|
</PRE>
|
||
|
<!--endarticle-->
|
||
|
<HR>
|
||
|
<P><UL>
|
||
|
<!--threads-->
|
||
|
<LI> Previous message: <A HREF="006420.html">[Mono-bugs] [Bug 45123][Nor] Changed - System.Array.BinarySearch does not work properly for objects without an IComparer Interface
|
||
|
</A></li>
|
||
|
<LI> Next message: <A HREF="006422.html">[Mono-bugs] [Bug 45123][Nor] Changed - System.Array.BinarySearch does not work properly for objects without an IComparer Interface
|
||
|
</A></li>
|
||
|
<LI> <B>Messages sorted by:</B>
|
||
|
<a href="date.html#6421">[ date ]</a>
|
||
|
<a href="thread.html#6421">[ thread ]</a>
|
||
|
<a href="subject.html#6421">[ subject ]</a>
|
||
|
<a href="author.html#6421">[ author ]</a>
|
||
|
</LI>
|
||
|
</UL>
|
||
|
</body></html>
|