[Mono-bugs] [Bug 669328] New: Changing MulticastInterfaceId from UdpDiscoveryEndpoint TransportSettings doesn't work

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Feb 3 15:14:55 EST 2011


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: mono-bugs at lists.ximian.com
        ReportedBy: charles.nepveu at verint.com
         QAContact: mono-bugs at lists.ximian.com
          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.


More information about the mono-bugs mailing list