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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] +Severity: Unknown +Priority: Normal +Component: io-layer +AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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 + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
