[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:47:42 -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	Tue May  6 05:21:29 2003
+++ shadow/42393.tmp.9368	Tue May  6 05:47:42 2003
@@ -84,6 +84,12 @@
 ------- 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.  
 
+
+------- Additional Comments From tuyo@tuyo.org  2003-05-06 05:47 -------
+To run the test code:
+
+mono UDPMulticastTest.exe         (for the listener)
+mono UDPMulticastTest.exe foo     (for the sender)