[Mono-bugs] [Bug 73033][Nor] New - can't use PeerCred in a bundle
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 25 Feb 2005 10:43:04 -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 james@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=73033
--- shadow/73033 2005-02-25 10:43:04.000000000 -0500
+++ shadow/73033.tmp.31245 2005-02-25 10:43:04.000000000 -0500
@@ -0,0 +1,25 @@
+Bug#: 73033
+Product: Mono: Class Libraries
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Mono.POSIX
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: james@ximian.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Summary: can't use PeerCred in a bundle
+
+When attempting to use PeerCred in a bundle, the following exception is thrown:
+
+System.Net.Sockets.SocketException: Protocol option not supported
+in <0x00114> System.Net.Sockets.Socket:GetSocketOption (SocketOptionLevel
+level, SocketOptionName name)
+in <0x00043> Mono.Posix.PeerCred:.ctor (System.Net.Sockets.Socket sock)
+
+It works fine outside of a bundle.