Skip to content

Commit 38c0f76

Browse files
committed
小修改
1 parent 99751ee commit 38c0f76

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

8.1.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ Socket起源于Unix,而Unix/Linux基本哲学之一就是“一切皆文件”
1111

1212
使用TCP/IP协议的应用程序通常采用应用编程接口:UNIX BSD的套接字(socket)和UNIX System V的TLI(已经被淘汰),来实现网络进程之间的通信。就目前而言,几乎所有的应用程序都是采用socket,而现在又是网络时代,网络中进程通信是无处不在,这就是为什么说“一切皆Socket”。
1313

14+
##Socket基础知识
15+
通过上面的介绍我们知道Socket有两种:TCP Socket和UDP Socket,TCP和UDP
1416
##TCP Socket
17+
1518
##UDP Socket
1619

1720
## links

0 commit comments

Comments
 (0)