Skip to content

Commit

Permalink
bump ruci,rucimp version -> 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
e1732a364fed committed Jan 1, 2099
1 parent f1e9684 commit 439080f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
workspace = { members = [ "rucimp" ,"./", "crates/macro_map", "crates/ruci-cmd"] }
[package]
name = "ruci"
version = "0.0.5"
version = "0.0.6"
edition = "2021"
readme = "README.md"
description = "a network proxy framework"
Expand Down
4 changes: 4 additions & 0 deletions doc/notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,10 @@ run `ulimit -a` to see. run `ulimit -n 1000000` as root to set

ruci-cmd tproxy 在启动监听后, 进程所打开的文件在12个左右.

## ip relay

在转发 ip 包时,如果通过tcp 传, 注意粘包问题. 可通过套 ws/h2 等 有 长度包头的 协议来解决

## 其它

使用 anyhow 的 context 会导致变慢, 若有初始化开销 则要改用 with_context
Expand Down
2 changes: 1 addition & 1 deletion rucimp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rucimp"
version = "0.0.5"
version = "0.0.6"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit 439080f

Please sign in to comment.