[Mono-bugs] [Bug 26877][Wis] New - tcpClient.NoDelay = true; throws an Exception on windows

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
24 Jun 2002 12:18: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 vberlin@inetsoftware.de.

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

--- shadow/26877	Mon Jun 24 08:18:52 2002
+++ shadow/26877.tmp.27150	Mon Jun 24 08:18:52 2002
@@ -0,0 +1,48 @@
+Bug#: 26877
+Product: Mono/Runtime
+Version: unspecified
+OS: 
+OS Details: Windows 2000 Server
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: VBerlin@inetsoftware.de               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Summary: tcpClient.NoDelay = true; throws an Exception on windows
+
+Description of Problem:
+The line
+tcpClient.NoDelay = true;
+
+throws the follow exception:
+(process:1916): ** WARNING **: unhandled exception 
+System.Net.Sockets.SocketExce
+ption: "Some sort of w32 error occurred"
+in (unmanaged) System.Net.Sockets.Socket:SetSocketOption_internal ()
+in <0x00058> System.Net.Sockets.Socket:SetSocketOption 
+(System.Net.Sockets.Socke
+tOptionLevel,System.Net.Sockets.SocketOptionName,object)
+in <0x003ed> com.inet.syb.SybDriver:connect 
+(Inet.Data.InetConnection,string,Sys
+tem.Collections.Hashtable) 
+
+Steps to reproduce the problem:
+TcpClient tcpClient = new TcpClient(host, port);
+tcpClient.NoDelay = true;
+
+Actual Results:
+
+
+Expected Results:
+No Exception
+
+How often does this happen? 
+It occur ever.
+
+Additional Information:
+In version from 20.Jun