Skip to content

Commit 81890d3

Browse files
committed
minor edit
1 parent 91a9096 commit 81890d3

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,9 @@ o2node-.->collector
198198
- [x] native-tls
199199
- [x] http_filter, websocket(including early data)
200200
- [x] h2, grpc
201-
- [x] quic
201+
- [x] quic (quinn/s2n-quic)
202202
- [ ] vpn_test1 (目前只有 单ip转发)
203-
- [x] tcp/ip stack (smoltcp) (测试阶段,暂不稳定)
203+
- [x] tcp/ip stack (smoltcp/lwip)
204204
- [ ] ss
205205
- [ ] vmess
206206
- [x] Steganography Protocol Example1

crates/ruci-cmd/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ make BUILD_VERSION=my_version BUILD_TRIPLET=aarch64-apple-darwin
4444

4545
# features
4646

47-
features: lua, lua54, api_server, api_client, utils, trace, use-native-tls, native-tls-vendored, quic, quinn, tun
47+
features: lua, lua54, api_server, api_client, utils, trace, use-native-tls, native-tls-vendored, quic, quinn, tun, smoltcp
4848
default enables none.
4949

5050
api_server, trace 这两个feature都会少许降低 performance.

resource/local.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,7 @@ local config_22_lua_example2 = {
844844
}
845845

846846

847-
---[[
847+
--[[
848848
local config_23_tcp_ip_stack_lwip = {
849849
850850
inbounds = {
@@ -883,7 +883,7 @@ local config_23_tcp_ip_stack_lwip = {
883883
--]]
884884

885885

886-
Config = config_23_tcp_ip_stack_lwip
886+
Config = config_20_spe1
887887

888888
-- local str = Load_file("test.crt") -- load file from the default file provider from ruci ( from either tar or folder)
889889
-- print("content of crt is:", str)

rucimp/dev.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,8 @@ cargo clippy --all-targets --all-features
1212

1313
2024.8.28
1414
尝试使用 serde-pickle 但发现生成的 文件在 python 中读取时显示 EOFError: Ran out of input
15+
16+
24.12.25
17+
lwip 无法在 windows 上编译通过, 因此没有加入 ruci-cmd 的feature中 。且经手动测试,发现其性能可能比smoltcp 差一些
18+
19+
在windows 上,tun 包的性能 似乎是因为使用了wintun 的原因,比在 macOS/linux 上要快不少

0 commit comments

Comments
 (0)