From 8c1273d1357a41e8bf435cae039a384c3bcbd275 Mon Sep 17 00:00:00 2001 From: qianchen123321 <13481103+qianchen123321@user.noreply.gitee.com> Date: Fri, 13 Oct 2023 08:45:03 +0000 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E4=BE=8B=E4=B8=AD=E5=A2=9E=E5=8A=A0li?= =?UTF-8?q?sten=5Fshadow=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: qianchen123321 <13481103+qianchen123321@user.noreply.gitee.com> --- docs/zh/docs/Gazelle/Gazelle.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/zh/docs/Gazelle/Gazelle.md b/docs/zh/docs/Gazelle/Gazelle.md index 61ba8219b..d9f0b28eb 100644 --- a/docs/zh/docs/Gazelle/Gazelle.md +++ b/docs/zh/docs/Gazelle/Gazelle.md @@ -179,6 +179,7 @@ read_connect_number=4 rpc_number=4 nic_read_num=128 mbuf_pool_size=1024000 +listen_shadow=0 ``` - ltran.conf用于指定ltran启动的参数,默认路径为/etc/gazelle/ltran.conf。使用ltran时,lstack.conf内配置use_ltran=1,配置参数如下: -- Gitee