network: remove outdated comment

This commit is contained in:
Nick Hainke 2023-01-10 20:14:21 +01:00
parent a095a6f21d
commit 51bb12caa2

View file

@ -44,7 +44,6 @@ int setup_multicast_socket(const char *_multicast_ip, unsigned short _multicast_
exit(EXIT_FAILURE); exit(EXIT_FAILURE);
} }
// allow broadcast
loop = 0; loop = 0;
if (setsockopt(sock, if (setsockopt(sock,
IPPROTO_IP, IPPROTO_IP,