计划赶不上变化

导航

2019年5月20日 #

tcpip客户端

摘要: #include <stdio.h> #include <sys/socket.h> #include <netinet/in.h> #include <arpa/inet.h> #include <string.h> #include <strings.h> #include <unistd.h> 阅读全文

posted @ 2019-05-20 11:07 张培粉 阅读(123) 评论(0) 推荐(0) 编辑

基于epoll的tcpip的服务端

摘要: #include <stdio.h> #include <sys/socket.h> #include <netinet/in.h> #include <arpa/inet.h> #include <string.h> #include <strings.h> #include <unistd.h> 阅读全文

posted @ 2019-05-20 11:03 张培粉 阅读(159) 评论(0) 推荐(0) 编辑