Skip to content

Commit 9778651

Browse files
committed
update Rocket.md
1 parent 36a9be9 commit 9778651

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.idea/workspace.xml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Rocket.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,6 @@ TCP是一个双向通信协议,通信双方都有能力发送信息,并接
601601

602602
因为当Server端收到Client端的SYN连接请求报文后,可以直接发送SYN+ACK报文。其中ACK报文是用来应答的,SYN报文是用来同步的。但是关闭连接时,当Server端收到FIN报文时,很可能并不会立即关闭SOCKET,所以只能先回复一个ACK报文,告诉Client端,"你发的FIN报文我收到了"。只有等到我Server端所有的报文都发送完了,我才能发送FIN报文,因此不能一起发送。故需要四步握手。
603603

604-
605604
## 数据结构与算法
606605

607606
### 排序算法

0 commit comments

Comments
 (0)