Socket 相關知識

1.非阻塞connect  fcntl   int flags = Fcntl(sockfd, F_GETFL,0);   Fcntl(sockfd, F_SETFL, flags | O_NONBLOCK);//非阻塞   2.設置socket爲非阻塞模式 int ioctlsocket(   SOCKET s,    //要設置的套接字   long cmd,    //FIONBIO   u
相關文章
相關標籤/搜索