v.0.92.10
Main Changes .
- Standardized zero downtime upgrade procedure
- Added connection keepalive kernel reporting, to prevent half dead connection staying as ESTABLISHED at kernel level.
Optional parameters in (main.yaml)
- tcp_keepalive_idle: 60 # Seconds of inactivity before the kernel starts sending keepalive probes to a downstream client
- tcp_keepalive_interval: 10 # Seconds between individual keepalive probes if the client does not respond
- tcp_keepalive_count: 5 # Number of unanswered probes before the kernel declares the connection dead and closes it
No Braking changes