Tagged Questions
2
votes
1answer
125 views
ipv6 multicast reception
I'm unable to receive the multicast packets sent by the server. I could see the packets being received via tcpdump. Can anyone please let me know what am I doing wrong here.Thanks.
struct ipv6_mreq ...
0
votes
1answer
166 views
Communication between C programs across a adhoc network
I have the following server code
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <time.h>
#include ...
-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(.....) ...
0
votes
2answers
2k views
Extracting IP address from C sockets
Ok, I'm still new to using C sockets, but I was wondering if there is a way to extract the IP address adding running setsockopt? If you'll look at my code below, I have everything in my multicast ...