Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Part4/Network/TCP与UDP.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ TCP与UDP的区别
<td>UDP有边界</td>
</tr>
<tr>
<td>TCP速度快</td>
<td>UDP速度慢</td>
<td>TCP速度慢</td>
<td>UDP速度快</td>
</tr>
<tr>
<td>TCP面向字节流</td>
Expand Down