UDP broadcast problem
Posted
by Emre Kaya
on Stack Overflow
See other posts from Stack Overflow
or by Emre Kaya
Published on 2010-05-23T10:45:09Z
Indexed on
2010/05/23
10:51 UTC
Read the original article
Hit count: 496
I'm trying to do something like this. There is one server , and multiple clients in the same subnet. Clients will send something to server and server will send this message back to all the other clients in the subnet. So this looks like broadcast to me. But i never could manage to do this in C.. I'd be glad if you give me an example of this
© Stack Overflow or respective owner