From 81a720a25e2a96bd2bf2366199ed1a12ea230b3d Mon Sep 17 00:00:00 2001 From: "jiachun.fjc" Date: Sat, 29 Sep 2018 11:28:51 +0800 Subject: [PATCH] doc update --- docs/static_files/high_performance_rpc_with_netty.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/static_files/high_performance_rpc_with_netty.md b/docs/static_files/high_performance_rpc_with_netty.md index 03e55802..2dddf1be 100644 --- a/docs/static_files/high_performance_rpc_with_netty.md +++ b/docs/static_files/high_performance_rpc_with_netty.md @@ -30,26 +30,26 @@ * ### __远程调用客户端图解__ - + 若是netty4.x的线程模型, IO Thread(worker) —> Map代替全局Map能更好的避免线程竞争 * ### __远程调用服务端图解__ - + 重要概念: RPC三元组 * ### __远程调用传输层图解__ - + 左图为客户端, 右图为服务端 * ### __设计传输层协议栈__ __协议头__ - + __协议体__