View multi_mcast.c
/* For sockaddr_in */ | |
#include <netinet/in.h> | |
/* For socket functions */ | |
#include <sys/socket.h> | |
/* For fcntl */ | |
#include <fcntl.h> | |
#include <event2/event.h> | |
#include <arpa/inet.h> |