change all version

This commit is contained in:
cnlh
2020-01-16 16:27:18 +08:00
parent f7412501e7
commit b2d1de472b
5 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
![logo](logo.svg)
# NPS <small>0.26.0</small>
# NPS <small>0.26.1</small>
> 一款轻量级、高性能、功能强大的内网穿透代理服务器

View File

@@ -89,7 +89,7 @@ target_ip=10.1.50.2
```
## KCP协议支持
KCP 是一个快速可靠协议,能以比 TCP浪费10%-20%的带宽的代价,换取平均延迟降低 30%-40%,在弱网环境下对性能能有一定的提升。可在nps.conf中修改`bridge_type`为kcp
在网络质量非常好的情况下,例如专线,内网,可以开启略微降低延迟。如需使用可在nps.conf中修改`bridge_type`为kcp
设置后本代理将开启udp端口`bridge_port`
注意当服务端为kcp时客户端连接时也需要使用相同配置无配置文件模式加上参数type=kcp,配置文件模式在配置文件中设置tp=kcp