Files
ctrld/cmd/cli
Codescribe 2b27c148be dns: recovery race condition fix
Three changes to reduce worst-case recovery from ~30s to <3s:

1. debounceRecovery() for network changes (500ms window) — coalesces
   rapid consecutive network changes into a single recovery pass,
   eliminating the cancel-and-restart race.

2. ForceReBootstrap() on recovery entry — closes dead connections and
   creates fresh transports synchronously before probing, replacing
   the lazy ReBootstrap() flag that left stale connections.

3. Combined effect: recovery probes never inherit dead connections
   from a canceled prior recovery attempt.
2026-04-30 19:09:21 +07:00
..
2025-01-24 14:54:20 +07:00
2026-04-30 19:09:21 +07:00
2025-01-31 20:04:03 +07:00
2026-04-30 19:09:21 +07:00
2023-11-06 20:01:03 +07:00
2025-02-11 19:27:41 +07:00