select函数FD ISSET 函数的作用select函数FD_ISSET()函数的作用2010-07-27 09:17FD_ZERO(&readfd);FD_SET(sockfd,&readfd);while(1){ sin_size=sizeof(struct sockaddr_in);if(select(MAX_CONNECTED_NO,&readfd,NULL,NULL,(struct timeval*)0)0){ if(FD_ISSET(sockfd,&readfd)0){ if((client_...
issetselect描述符函数readfdtimeval select函数FDISSET函数的作用select函数FD_ISSET()函数的作用2010-07-2709:17FD_ZERO(&readfd);FD_SET(sockfd,&readfd);while(1){sin_size=sizeof(structsockaddr_in);if(select(MAX_CONNECTED_NO,&readfd,NULL,NULL,(structtimeval*)0)0){if(FD_ISSET(sockfd,&readfd)...