multicast
No ping to a multicast address from Windows
On my computer, when I try to ping to a multicast address, none of them return a response. On the other hand, there is a Unix server I know that does have ping to these addresses.[详细]
2023-02-23 16:38 分类:问答How to Receive from Multiple Multicast Remote Interfaces?
I am using Boost::asio for the following. I am trying to receive packets from multiple udp multicast channels. However, I am having great trouble in trying to get this to work. At the moment, I can o[详细]
2023-02-21 19:47 分类:问答receiving multicast on a server with multiple interfaces (linux)
To receive a multicast on my not default NIC (dvb) I do the following: 开发者_开发问答open a socket (AF_INET, SOCK_DGRAM)[详细]
2023-02-20 13:21 分类:问答Does Java NIO support broadcast or multicast?
I am searching if Java NIO implements broadcast. I need to create a peer that sends messages to other peers, using multicast or broadcast. I was searching in the API 1.6, but I don\'t find anything in[详细]
2023-02-19 15:14 分类:问答Do multiple programs listening to multicast cause more network traffic?
I have sever开发者_Go百科al programs listening to the same multicast stream, I\'m wondering will this doubling the traffic compared with only one program listening or the traffic/bandwidth usage are t[详细]
2023-02-18 20:00 分类:问答Determine Sender of Multicast Socket Data
I have two processes running on my box as follows: Normal client program sending to multicast 224.1.2.3:8000[详细]
2023-02-17 17:54 分类:问答Problem with WIFI and multicast
Hi All I ve two PC\'s A and B which are connected to LAN1 .A is listening on UPNP multicast address 239.255.255.250 .[详细]
2023-02-16 23:34 分类:问答Problem in listening to multicast in C++ with multiple NICs
I am trying to write a multicast client on a machine with two NICs, and I can\'t make it work. I can see with a sniffer that once I start the program the NIC (eth4) start receiving the multicast datag[详细]
2023-02-13 22:08 分类:问答How to join source specific multicast group in C# (IGMPv3)
We have a C# application that can join and receives data from a multicast group. This works well. We now want to support IGMPv3 and be able to specify the IP of the source when joining a multicast gro[详细]
2023-02-13 18:50 分类:问答Multicast in java
I am trying to write a simple multicast trial. I used a standard code (sender and reciever). I tried a few different standard pieces of code. it appears that the receiving code is stuck on receive ([详细]
2023-02-13 01:41 分类:问答