[Mono-bugs] [Bug 73053][Nor] Changed - Non-blocking TCP Socket Accept Blocks
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 26 Feb 2005 19:31:26 -0500 (EST)
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 osp@tinet.org.
http://bugzilla.ximian.com/show_bug.cgi?id=73053
--- shadow/73053 2005-02-26 19:26:18.000000000 -0500
+++ shadow/73053.tmp.20758 2005-02-26 19:31:26.000000000 -0500
@@ -1,12 +1,12 @@
Bug#: 73053
Product: Mono: Class Libraries
Version: 1.0
OS: GNU/Linux [Other]
OS Details:
-Status: NEEDINFO
+Status: REOPENED
Resolution:
Severity: Unknown
Priority: Normal
Component: System
AssignedTo: gonzalo@ximian.com
ReportedBy: osp@tinet.org
@@ -50,6 +50,30 @@
Please, attach a test case with instructions and expected results.
------- Additional Comments From osp@tinet.org 2005-02-26 19:26 -------
Created an attachment (id=14432)
Test Case
+
+------- Additional Comments From osp@tinet.org 2005-02-26 19:31 -------
+mcs ServerTest.cs
+mono ServerTest.exe
+
+Output:
+Before accept 1
+(blocks here, it shouldn't)
+
+Expected output (as in Microsoft's runtime):
+Before accept 1
+After accept 1
+Before accept 2
+After accept 2
+Before accept 3
+After accept 3
+Before accept 4
+After accept 4
+Before accept 5
+After accept 5
+
+(Tested on mono 1.0.6, on Linux and Windows XP)
+
+