From 22026c50f328a3ffb9c5c3e71fc1c3d02337ae9d Mon Sep 17 00:00:00 2001 From: "Zhanhao (Jasper) Liu" Date: Fri, 22 Sep 2017 22:10:26 +0800 Subject: [PATCH] Fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The line "TCP速度快 UDP速度慢" should be "TCP速度慢 UDP速度快"? --- "Part4/Network/TCP\344\270\216UDP.md" | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git "a/Part4/Network/TCP\344\270\216UDP.md" "b/Part4/Network/TCP\344\270\216UDP.md" index b454430..2cf5f28 100644 --- "a/Part4/Network/TCP\344\270\216UDP.md" +++ "b/Part4/Network/TCP\344\270\216UDP.md" @@ -155,8 +155,8 @@ TCP与UDP的区别 UDP有边界 - TCP速度快 - UDP速度慢 + TCP速度慢 + UDP速度快 TCP面向字节流