[Mono-bugs] [Bug 42393][Nor] Changed - UDP Multicast fail on SetSocketOption

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Tue, 6 May 2003 05:21:29 -0400 (EDT)


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 tuyo@tuyo.org.

http://bugzilla.ximian.com/show_bug.cgi?id=42393

--- shadow/42393	Mon May  5 22:10:52 2003
+++ shadow/42393.tmp.9642	Tue May  6 05:21:29 2003
@@ -77,6 +77,13 @@
 (System.Net.Sockets.SocketOptionLevel,System.Net.Sockets.SocketOptionName,object)
 in <0x00117> 00 MultiCast.Listener:StartListening ()
 in <0x000e2> 00 MultiCast.Class1:Main (string[])
 
 on both programs.
 
+
+------- Additional Comments From tuyo@tuyo.org  2003-05-06 05:21 -------
+The error you get is the same i get.  however if you ran the same 
+code on .NET it would work just fine.  Looking at the Socket.cs 
+source code, I believe the internal function related to 
+SetSocketOption is the problem.  
+