TCP/IP网络编程(一)

这一系列博客将用于记录学习《TCP/IP网络编程》的笔记。 先上代码。下面是服务器端的代码web #include <stdio.h> #include <stdlib.h> #include <string.h> //提供针对系统调用的封装 #include <unistd.h> //提供用于网络字节序转换的函数 #include <arpa/inet.h> #include <sys/sock
相关文章
相关标签/搜索