Skip to content

Commit e781ee5

Browse files
committed
change direct quic timeout from 5s to 3s
1 parent 6429689 commit e781ee5

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

crates/tunnel/src/direct/endpoint.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ use super::{
2222
};
2323

2424
const DIRECT_SERVER_NAME: &str = "lapdev.devbox";
25-
const DIRECT_CONNECT_TIMEOUT: Duration = Duration::from_secs(5);
25+
const DIRECT_CONNECT_TIMEOUT: Duration = Duration::from_secs(3);
2626
const DEFAULT_STUN_KEEPALIVE_INTERVAL: Duration = Duration::from_secs(20);
2727
const MAX_PROBES: usize = 6;
2828
const PROBE_INTERVAL_MS: u64 = 500;

plans/todo.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)