Dear Mr,
I wrote one sample socket in linux, it broadcast an character to all the machines in my subnet.
I set socket options in udp to broadcast then sendto() the client, but I couldn't receive any thing in client.
I checked my program with several programs, it's same.but I can't receive from broadcast.
What should I do ?
Thanks for you incoming helps.
I wrote one sample socket in linux, it broadcast an character to all the machines in my subnet.
I set socket options in udp to broadcast then sendto() the client, but I couldn't receive any thing in client.
I checked my program with several programs, it's same.but I can't receive from broadcast.
What should I do ?
Thanks for you incoming helps.
Comment