Skip to content

Commit eda93db

Browse files
committed
TCP 端到端通信
#12 (comment)
1 parent 3ecb6a2 commit eda93db

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2237,7 +2237,7 @@ ICMP 报文格式:
22372237

22382238
特征:
22392239
* 面向连接
2240-
* 只能点对点(一对一)通信
2240+
* 端到端通信
22412241
* 可靠交互
22422242
* 全双工通信
22432243
* 面向字节流

README_en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2238,7 +2238,7 @@ Port number | 21 | 23 | 25 | 53 | 69 | 80 | 443 | 161
22382238

22392239
Feature:
22402240
* Connection oriented
2241-
* Only point-to-point (one-to-one) communication
2241+
* End-to-end communication
22422242
* Reliable interaction
22432243
* Full-duplex communication
22442244
* Byte stream oriented

0 commit comments

Comments
 (0)