libuv_tcp-echo-server.c

#include <stdio.h> #include <stdlib.h> #include <string.h> #include <uv.h> #define DEFAULT_PORT 9877//默認端口 #define DEFAULT_BACKLOG 128//TCP等待鏈接隊列最大值 uv_loop_t *loop;//loop結構指針 struct sockaddr_in a
相關文章
相關標籤/搜索
本站公眾號
   歡迎關注本站公眾號,獲取更多信息