修复第 13 章 章节显示错误

This commit is contained in:
riba2534
2019-01-26 23:16:46 +08:00
parent 11ad16ac8a
commit fe6da610f0
2 changed files with 2 additions and 2 deletions

View File

@@ -3354,7 +3354,7 @@ gcc echo_selectserv.c -o selserv
答:应该包含到「是否存在待读取数据」,因为服务器端需要查看套接字中有没有可以读取的数据。
### 第 13 章 多种 I/O 函数
## 第 13 章 多种 I/O 函数
本章代码,在[TCP-IP-NetworkNote](https://github.com/riba2534/TCP-IP-NetworkNote)中可以找到。

View File

@@ -1,4 +1,4 @@
### 第 13 章 多种 I/O 函数
## 第 13 章 多种 I/O 函数
本章代码,在[TCP-IP-NetworkNote](https://github.com/riba2534/TCP-IP-NetworkNote)中可以找到。