[Mono-bugs] [Bug 36322][Nor] New - mono allows duplicate ports
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Sun, 5 Jan 2003 15:40:37 -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 taras.judge@shaw.ca.
http://bugzilla.ximian.com/show_bug.cgi?id=36322
--- shadow/36322 Sun Jan 5 15:40:36 2003
+++ shadow/36322.tmp.13277 Sun Jan 5 15:40:36 2003
@@ -0,0 +1,24 @@
+Bug#: 36322
+Product: Mono/Class Libraries
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: System
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: taras.judge@shaw.ca
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: mono allows duplicate ports
+
+A detailed testcase is available at
+http://glek.net/~taras/udptest.cs
+
+Basicly mono doesn't complain when you try to listen on already used address.
+
+The rotor runtime throws an exception. More details in the url.