Skip to content

Commit

Permalink
修复异步导致的数据包错乱问题
Browse files Browse the repository at this point in the history
  • Loading branch information
editso committed Dec 18, 2021
1 parent a11c99b commit 4fae152
Show file tree
Hide file tree
Showing 20 changed files with 420 additions and 413 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ A fast, stable, cross-platform and efficient intranet penetration and port forwa
2. **参数说明**
`-h`: 绑定的地址
`-p`: 监听的端口, 也就是客户端需要连接到服务端的端口
`-l`: 日志信息级别 (`debug`, `info`, `trace`, `error`, `warn`)
`--auth`: 认证方式 (预留, 暂未实现)
`--secret`: 密码 (预留, 暂未实现)
`-l`: 日志信息级别 (`debug`, `info`, `trace`, `error`, `warn`)
`--auth`: 认证方式 (预留, 暂未实现)
`--secret`: 密码 (预留, 暂未实现)
`-v`: 该参数打印的版本目前无效
`-h`: 获取帮助信息

Expand Down
2 changes: 1 addition & 1 deletion fuso-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ bytes = {version = "1.1.0"}
futures = "0.3"
async-trait = {version = "0.1.51"}
once_cell = "1.2.0"
num_cpus = "1.0"
num_cpus = "1.0"
Loading

0 comments on commit 4fae152

Please sign in to comment.