Top "Multicastsocket" questions

A multicast socket is a bi-directional communications endpoint used for the sending of packets to multiple receivers via multicast (typically IP) or for receiving multicast packets.

Getting `Can't assign requested address` java.net.SocketException using Ehcache multicast

Getting java.net.SocketException when trying to start a multicast provider: 2013-09-11 11:45:44,204 [main] ERROR net.sf.ehcache.distribution.MulticastRMICacheManagerPeerProvider: …

java ehcache ipv6 multicast multicastsocket
Problem with MulticastSocket on Java-Android

I'm starting to code with MulticastSocket, trying to make a simple app with a client and a server to send …

java android multicastsocket
How to minimize UDP packet loss

I am receiving ~3000 UDP packets per second, each of them having a size of ~200bytes. I wrote a java application …

java udp multicast multicastsocket
Help with Sending/ Receiving UDP packets - C Sockets

Ok, if you look at some of my previous questions, I've been working on getting a simple connection up and …

objective-c sockets recv sendto multicastsocket
Openwrt allow multicast traffic

I'm running openwrt on a device and have a python script that listens and prints to screen multicast traffic on 239.2.1.1. …

linux multicast multicastsocket
java.net.SocketException: Not a multicast address

I was working with a MulticastSocket and when ever I tried to join a group, it would never work when …

java networking network-programming datagram multicastsocket