非阻塞I/O模型的测试

客户端代码: #include<WinSock2.h> #include<WS2tcpip.h> #include<stdlib.h> #include<stdio.h> #include<iostream> using namespace std; #pragma comment(lib,"ws2_32.lib") #define DEF_PORT 27015 #define DEF_SIZE
相关文章
相关标签/搜索