update socket

This commit is contained in:
PolynomialDivision 2018-03-12 16:07:51 +01:00
parent ca45d8bfc7
commit 85b13a628c

View file

@ -1,8 +1,6 @@
#ifndef __DAWN_MULTICASTSTSOCKET_H
#define __DAWN_MULTICASTSSOCKET_H
// TODO: Consider to remove this...
int setup_multicast_socket(const char *_multicast_ip, unsigned short _multicast_port, struct sockaddr_in *addr);
int remove_multicast_socket(int socket);