About 15,000 results
Open links in new tab
  1. What does it mean to bind a multicast (UDP) socket?

    May 22, 2012 · When you use a socket to send to a specific multicast IP, the destination MAC address on the ethernet frame is set to the corresponding multicast MAC address for the …

  2. How to support multicast network in Docker - Stack Overflow

    Aug 8, 2018 · How can I bridge the eth1 to veth1 inside container so that the container could receive the multicast data packages from physical network through eth1 to veth1.

  3. How do you UDP multicast in Python? - Stack Overflow

    Nov 28, 2018 · How do you send and receive UDP multicast in Python? Is there a standard library to do so?

  4. How to do a UDP multicast across the local network in c#?

    May 31, 2013 · Does your local network hardware support IGMP? It's possible that your switch is multicast aware, but if IGMP is disabled it won't notice if any attached hardware subscribes to …

  5. How do I choose a multicast address for my application's use?

    May 28, 2009 · How should I choose an IPv4 multicast address for my application's use? I may need more than one (a whole range perhaps ultimately) but just want to avoid conflicts with …

  6. Wireshark: Filter by Multicast in GUI - Stack Overflow

    Using the Wireshark "Filter" field in the Wireshark GUI, I would like to filter capture results so that only multicast packets are shown. I've seen this post but that doesn't work for the GUI fil...

  7. Can I use broadcast or multicast for TCP? - Stack Overflow

    For Internet Protocol (IP) I can use multicast: in IPv4: Internet Group Management Protocol (IGMP) in IPv6: Multicast Listener Discovery Also, in example, for UDP I can use: broadcast - …

  8. Multicast vs Broadcast in LAN - Stack Overflow

    Multicast traffic can be pruned inside a single switched ethernet Vlan / broadcast domain, broadcasts by-definition can't be pruned within a broadcast domain. Medium and large office …

  9. c# - Specifying what network interface an UDP multicast should …

    Sep 12, 2013 · Using C# Sockets, Windows seems to try to route the message over the WLAN adapter every time. Is there a way to specify what network interface to send a UDP multicast on?

  10. c# - What is a multicast port number? - Stack Overflow

    Jun 24, 2017 · A multicast address includes a specific I.P. address as well as the port number. And this is not what we traditionally think of the i.p. address of the machine (either client or …