Skip to content

Commit

Permalink
minor edit
Browse files Browse the repository at this point in the history
  • Loading branch information
e1732a364fed committed Jan 1, 2099
1 parent 79892a8 commit 87f14e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions resource/local.lua
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ local config_16_tun = {

}

---[[
--[[
local config_17_tcp_ip_stack = {
inbounds = {
Expand Down Expand Up @@ -844,7 +844,7 @@ local config_22_lua_example2 = {
}


Config = config_17_tcp_ip_stack
Config = config_20_spe1

-- local str = Load_file("test.crt") -- load file from the default file provider from ruci ( from either tar or folder)
-- print("content of crt is:", str)
Expand Down
2 changes: 1 addition & 1 deletion rucimp/src/map/tcp_ip_stack_smoltcp/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ impl Map for Stack {
mut udp_rx,
} = device::create(cid, base_conn, new_stream_tx);

let mut interval = tokio::time::interval(Duration::from_secs(2));
let mut interval = tokio::time::interval(Duration::from_secs(20));

loop {
tokio::select! {
Expand Down

0 comments on commit 87f14e8

Please sign in to comment.