[Mono-bugs] [Bug 81891][Nor] Changed - SO_REUSEADDR should also set SO_REUSEPORT on FreeBSD UDP sockets
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Jun 16 13:38:47 EDT 2007
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 robertj at gmx.net.
http://bugzilla.ximian.com/show_bug.cgi?id=81891
--- shadow/81891 2007-06-16 13:26:58.000000000 -0400
+++ shadow/81891.tmp.27806 2007-06-16 13:38:47.000000000 -0400
@@ -1,17 +1,17 @@
Bug#: 81891
-Product: Mono: Class Libraries
+Product: Mono: Runtime
Version: 1.2
OS: other
OS Details: FreeBSD 6.2
Status: NEW
Resolution:
-Severity:
-Priority: Wishlist
-Component: System
-AssignedTo: mono-bugs at ximian.com
+Severity: Unknown
+Priority: Normal
+Component: io-layer
+AssignedTo: dick at ximian.com
ReportedBy: jim at 32bitkid.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: SO_REUSEADDR should also set SO_REUSEPORT on FreeBSD UDP sockets
@@ -75,6 +75,14 @@
Additional Information:
Setting SO_REUSEPORT with SO_REUSEADDR should only be assumed with the
socket type is SocketType.Dgram. Stream protocols like TCP should only set
SO_REUSEADDR (setting SO_REUSEPORT on stream protocols could be concidered
a security risk)
+
+------- Additional Comments From robertj at gmx.net 2007-06-16 13:38 -------
+Here is a patch for this issue:
+
+http://lists.ximian.com/pipermail/mono-devel-list/2007-May/023430.html
+
+-> runtime, io-layer
+
More information about the mono-bugs
mailing list