摘要:#include "stdafx.h"//////////////////////////////////////////////// TCP Client 非阻塞模式设定//////////////////////////////////////////////#pragma comment(lib,"ws2_32.lib")#include <WinSock2.h>#define CONNECT_IP "127.0.0.1"#define CONNECT_PORT 1207#define DEFAULT_BUFF_LE
阅读全文
浙公网安备 33010602011771号