Linux Socket C语言网络编程:TCP Socket

TCP/IP Socket套接字C语言编程 源代码尽供学习交流 头文件cnofig.h /* * config.h 包含该tcp/ip套接字编程所需要的基本头文件,与server.c client.c位于同一目录下 */ #include <stdio.h> #include <stdlib.h> #include <string.h> #include <sys/socket.h> #inc
相关文章
相关标签/搜索