change to nonblocking

This commit is contained in:
PolynomialDivision 2018-02-11 22:48:11 +01:00
parent f97ecbf806
commit e69af2e155

View file

@ -162,7 +162,7 @@ int add_tcp_conncection(char *ipv4, int port) {
return 0;
}
sockfd = usock(USOCK_TCP | USOCK_BLOCK, ipv4, port_str);
sockfd = usock(USOCK_TCP, ipv4, port_str);
struct network_con_s tmp =
{