From 35603a69e8a090774e9569f4cf85c5390dc39d94 Mon Sep 17 00:00:00 2001 From: wangyu- Date: Wed, 20 Sep 2017 03:18:12 -0700 Subject: [PATCH] Update README.zh-cn.md --- doc/README.zh-cn.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/README.zh-cn.md b/doc/README.zh-cn.md index df7debb..08a0e2e 100644 --- a/doc/README.zh-cn.md +++ b/doc/README.zh-cn.md @@ -88,6 +88,11 @@ https://github.com/wangyu-/udp2raw-tunnel/releases 如果client和server无法连接,或者连接经常断开,请看一下`--seq-mode`的用法,尝试不同的seq-mode。 udp2raw可以用非root账号运行,这样更安全。具体方法见:[#26](https://github.com/wangyu-/udp2raw-tunnel/issues/26) + +### MTU设置(重要) + +不论你用udp2raw来加速kcptun还是vpn,都需要设置合理的MTU(在kcptun/vpn里设置,而不是在udp2raw里),建议把MTU设置成1200。client和server端都要设置。 + # 进阶操作说明 ### 命令选项