multicast
How to Multicast (send) to first NIC?
I found recently that if I have a dial-up connection (this is for a kiosk) and a local area netw开发者_高级运维ork connection, when the dial-up connection is established (with internet access), my mul[详细]
2023-04-11 13:41 分类:问答questions about multicast
We all know that udp is not reliable,by learning unix network programming I add some hdrs about seq and ts to make udp reliable.the idea is simple.when 开发者_StackOverflowthe receiver receives a pack[详细]
2023-04-09 03:07 分类:问答Alternatives to multicast
I\'m currently developing a server (using Java) that has to send quite often (every 10-30 seconds) a few bytes to multiple clients (10 - 100). At first, I thought of using UDP multicast data开发者_开发[详细]
2023-04-08 01:34 分类:问答What broadcast / multicast method should we use?
We are creating a mobile App that will benefit from knowing the ID of another entity on the same network (presuming the two mobile phones are on the same WiFi network).[详细]
2023-04-07 17:26 分类:问答UDP client multicast : join a group, what address to specify?
http://msdn.microsoft.com/en-us/library/ekd1t784.aspx The JoinMulticastGroup method subscribes the开发者_Python百科 UdpClient to a multicast group using the specified IPAddress.[详细]
2023-04-06 05:24 分类:问答Data broadcasting between instances of distributed server
I\'m trying to get some feedback on the recommendations for a service \'roster\' in my specific application. I have a server app that maintains persistant socket connections with clients. I want to fu[详细]
2023-04-06 05:01 分类:问答How to use MLDv2 in C# (IPv6 Multicast)
In IPv4, [Version 3 of IGMP adds support for \"source filtering\", that is, the ability for a system to report interest in receiving packets *only* from specific source addresses.][1][详细]
2023-04-04 02:53 分类:问答Bind to mdns multicast address on mac os x
I want to bind to the multicast DNS group and port on a mac os x machine to prototype some bonjour functionality. However, when I try to bind to the port I get the following error (incidentally this i[详细]
2023-04-03 21:59 分类:问答Help! App Waits until Force Close on Second Run
I am very new to android, and I have thrown together a simple app to test out multi-casting packets in an AsyncTask.[详细]
2023-03-31 20:01 分类:问答C# UdpClient -- Ttl property vs. SetSocketOption
I\'ve used socket programming extensively in C++, so I understand what all of the socket options are, etc.Now I\'m dabbling in C#, and I\'ve come across a problem that I would like an explanation for.[详细]
2023-03-31 19:19 分类:问答