http服务器长链接的实现(C++)

#include <stdio.h> #include <stdlib.h> #include <process.h> #include <winsock2.h> #pragma comment(lib,"ws2_32") #define I_GET 0x00000001 #define I_POST 0x00000002 typedef struct web_socket { SOCKET so
相关文章
相关标签/搜索