From 85b13a628c0a1ebc90b8545d4a40324f0de39bbc Mon Sep 17 00:00:00 2001 From: PolynomialDivision Date: Mon, 12 Mar 2018 16:07:51 +0100 Subject: [PATCH] update socket --- src/include/multicastsocket.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/include/multicastsocket.h b/src/include/multicastsocket.h index 9d50e41..3b8e86d 100644 --- a/src/include/multicastsocket.h +++ b/src/include/multicastsocket.h @@ -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);