Return to sock.c CVS log | Up to [RizwankCVS] / wine4 / wine / dlls / winsock / tests |
version 1.8, 2005/03/08 00:10:38 | version 1.9, 2005/03/08 00:12:19 | ||
---|---|---|---|
|
| ||
/* check if all clients are done */ | /* check if all clients are done */ | ||
if ( ( fds_opensend.fd_count == 0 ) | if ( ( fds_opensend.fd_count == 0 ) | ||
&& ( fds_openrecv.fd_count == 1 ) /* initial socket that accepts clients */ | |||
&& ( n_connections == min ( gen->n_clients, MAX_CLIENTS ) ) ) { | && ( n_connections == min ( gen->n_clients, MAX_CLIENTS ) ) ) { | ||
break; | break; | ||
} | } |
|
Rizwan Kassim |
Powered by ViewCVS 0.9.2 |