Lefky
Legacy Member
ik zoek naar een mooi voorbeeld met multicast
dit lukt bv al niet
die accept dan
als er iemand kan helpen, graag
dit lukt bv al niet
Code:
private MulticastSocket socket;
private ExecutorService threadPool = Executors.newFixedThreadPool(10);
public Server(MulticastSocket socket) {
this.socket = socket;
}
public void run() {
MulticastSocket link = null;
try {
do {
[U][B]link = socket.accept();[/B][/U]
.........
als er iemand kan helpen, graag

