Skip to content

Commit

Permalink
更新文档
Browse files Browse the repository at this point in the history
  • Loading branch information
vnt-dev committed Aug 12, 2024
1 parent ce02b30 commit 96b67c6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions vnt-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,11 @@

设置虚拟网卡的mtu值,大多数情况下使用默认值效率会更高,也可根据实际情况微调这个值,不加密默认为1450,加密默认为1410

### --tcp
### ~~--tcp~~

和服务端使用tcp通信。有些网络提供商对UDP限制比较大,这个时候可以选择使用TCP模式,提高稳定性。一般来说udp延迟和消耗更低
~~和服务端使用tcp通信。有些网络提供商对UDP限制比较大,这个时候可以选择使用TCP模式,提高稳定性。一般来说udp延迟和消耗更低~~

新版本使用 `-s tcp://`的形式使用tcp

### --ip `<IP>`

Expand Down

0 comments on commit 96b67c6

Please sign in to comment.