https://bugzilla.novell.com/show_bug.cgi?id=669328
https://bugzilla.novell.com/show_bug.cgi?id=669328#c0 Summary: Changing MulticastInterfaceId from UdpDiscoveryEndpoint TransportSettings doesn't work Classification: Mono Product: Mono: Runtime Version: 2.8.x Platform: i686 OS/Version: Linux Status: NEW Severity: Major Priority: P5 - None Component: misc AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.41 Safari/534.7 Hi :) Assigning the multicast interface ID (MulticastInterfaceId) of the UdpDiscoveryEndpoint.TransportSettings doesn't work on Linux, and has inconsistent behavior on Windows, depending on the runtime used. Under Windows, when using the Microsoft .NET 4.0 runtime: - If I specify an invalid interface ID, I get a System.InvalidOperationException exception. - If I specify a valid interface ID, multicast packets are sent though that interface. Under windows, when using the Mono 2.8.2 runtime: - I can specify an invalid interface ID: no exception is risen. - If I specify a valid interface ID, multicast packets are sent though that interface. Under Linux, when using the Mono 2.8.2 runtime: - I can specify an invalid interface ID: no exception is risen. - If I specify a valid interface ID, multicast packets are sent though "eth0" interface, event if I specify my valid "eth1" interface. Reproducible: Always Steps to Reproduce: See bug details. Actual Results: See bug details. Expected Results: See bug details. I used Wireshark on Windows and tcpdump on Linux to confirm that multicast packets were sent using the correct (or incorrect) interface. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
