Synchron Data Transfer

Hi all,

I have a question about communication over tcp/ip sockets. I have a master computer and i have to send string data to my client pcs.

I am using bind() and send() commands at my master computer and i receive data with connect() and recv() commands as you know.

So i have two clients and they must receive data at the same time. Do you give me an idea about it. Can i do it on tcp ? Can you give an example about synchron data transfer ?

Thanks..
Did you read beej's networking guide? Because he has a couple multiclient examples, if that solves your problem.
Thanks for reply, i will look that guide.
Topic archived. No new replies allowed.