Made comment match MSDN documentation.

This commit is contained in:
skarg
2008-08-25 21:55:17 +00:00
parent 10191b70de
commit 5617052532
+1 -1
View File
@@ -381,7 +381,7 @@ bool bip_init(
bip_set_socket(-1);
return false;
}
/* allow us to send a broadcast */
/* Enables transmission and receipt of broadcast messages on the socket.*/
rv = setsockopt(sock_fd, SOL_SOCKET, SO_BROADCAST, (char *) &value,
sizeof(value));
if (rv < 0) {