Skip to content

Commit

Permalink
network: remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
PolynomialDivision committed Jan 10, 2023
1 parent a095a6f commit 51bb12c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/network/multicastsocket.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ int setup_multicast_socket(const char *_multicast_ip, unsigned short _multicast_
exit(EXIT_FAILURE);
}

// allow broadcast
loop = 0;
if (setsockopt(sock,
IPPROTO_IP,
Expand Down

0 comments on commit 51bb12c

Please sign in to comment.