Tagged Questions
-3
votes
1answer
499 views
client server socket programming
Hii all
I am novice in socket programming..
I had two programs. RECEIVE and SENDRECEIVE.
In RECEIVE I simply write the code for receiving data from a program acting as server using resvfrom(.....) ...
3
votes
1answer
1k views
receive multicast from specific network interface on Linux
I'm trying to receive a multicast data from specific network interface on CentOS 5.5
sd = socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP);
memset(&addr, 0, sizeof(addr));
addr.sin_family = AF_INET;
...