Add multicastsocket

This commit is contained in:
PolynomialDivision 2017-07-13 00:06:17 +02:00
parent 0f144e5055
commit 5a5788edf8
5 changed files with 88 additions and 9 deletions

View file

@ -1,6 +1,6 @@
#ifndef __DAWN_MULTICASTSTSOCKET_H
#define __DAWN_MULTICASTSSOCKET_H
int setup_multicast_socket();
int setup_multicast_socket(const char *_multicast_ip, unsigned short _multicast_port, struct sockaddr_in *addr);
#endif