if (num_socks == NUM_SOCKS)
break;
#else
if (hints.ai_flags != AI_PASSIVE ||
num_socks == NUM_SOCKS)
#endif
}
freeaddrinfo(aitop);