mirror of
https://github.com/openwrt/openwrt.git
synced 2026-06-17 14:50:15 +04:00
530d27a118
The current 150s watchdog timeout is too aggressive, leading to premature hostname re-resolution on alive connections. Even with a 25s keepalive, handshakes may not occur within the 150s window. Increasing the timeout to 180s aligns the watchdog with WireGuard's REJECT_AFTER_TIME constant, ensuring we only re-resolve when the connection is truly considered dead. Signed-off-by: Roberto Almeida Silva <robertoalmeidasilva1981@gmail.com> Link: https://github.com/openwrt/openwrt/pull/23248 Signed-off-by: Robert Marko <robimarko@gmail.com>