TCP/TP编程 - 一个简单的Linux下C写的socket服务器客户端程序

服务端:html hello_server.csocket #include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #include <arpa/inet.h> #include <sys/socket.h> void error_handling(char *message); int ma
相关文章
相关标签/搜索