@@ -98,9 +98,7 @@ int net_listen_clients()
"Peer socket address:\n%s:%d",
inet_ntoa(peer_info.addr.sin_addr),
ntohs(peer_info.addr.sin_port));
close(peer_info.socket);
peer_info.socket = -1;
//return 1;
return 1;
}
peer_info.socket = socket(AF_INET, SOCK_DGRAM, 0);
The note is not visible to the blocked user.