Merge pull request #206 from telemt/flow

Flush on Response + Hotpath tunings + Reuseport Checker
This commit is contained in:
Alexey
2026-02-23 01:03:15 +03:00
committed by GitHub
12 changed files with 440 additions and 143 deletions
+4
View File
@@ -603,6 +603,10 @@ pub struct ListenerConfig {
/// Per-listener PROXY protocol override. When set, overrides global server.proxy_protocol.
#[serde(default)]
pub proxy_protocol: Option<bool>,
/// Allow multiple telemt instances to listen on the same IP:port (SO_REUSEPORT).
/// Default is false for safety.
#[serde(default)]
pub reuse_allow: bool,
}
// ============= ShowLink =============