Keep Dosh alive across stale UDP reconnects
This commit is contained in:
@@ -391,6 +391,8 @@ View-only mode:
|
||||
Client timeout:
|
||||
|
||||
- Clients are removed after `client_timeout_secs` without ack/ping.
|
||||
- The default is intentionally long enough for laptop sleep/resume, currently one
|
||||
day. Short timeouts make Dosh fall back to attach tickets or SSH after sleep.
|
||||
- Removing a client never kills the session.
|
||||
|
||||
---
|
||||
@@ -437,7 +439,7 @@ scrollback = 5000
|
||||
auth_ttl_secs = 30
|
||||
attach_ticket_ttl_secs = 3600
|
||||
allow_attach_tickets = true
|
||||
client_timeout_secs = 30
|
||||
client_timeout_secs = 86400
|
||||
retransmit_window = 256
|
||||
default_input_mode = "read-write"
|
||||
prewarm_sessions = ["default"]
|
||||
|
||||
Reference in New Issue
Block a user