fd_set allsockets; //清零 FD_ZERO(&allSockets); //服务器装进去 FD_SET(socketServer, &allSockets); while (1) { fd_set readSockets ...
確定! 回上一頁