feat: implement zero-downtime smooth reload and graceful shutdown using SO_REUSEPORT

This commit is contained in:
2026-01-27 13:41:56 +08:00
parent 64980f00c5
commit a71e950734
8 changed files with 294 additions and 122 deletions

View File

@@ -30,6 +30,7 @@ httparse = "1.10.1"
openssl = { version = "0.10" }
serde_ignored = "0.1.14"
tokio-openssl = "0.6"
nix = { version = "0.31.1", features = ["signal", "process", "socket"] }
[features]
default = []