socketengine: reap TLS conns that stall mid-handshake (tls_handshake_timeout, default 15s) — a connection that opens the TLS port but never negotiates no longer leaks a slot

This commit is contained in:
Jean Chevronnet 2026-08-12 15:51:45 +00:00
parent e74763619b
commit 59e18b0205
3 changed files with 54 additions and 6 deletions

View file

@ -144,6 +144,7 @@ amu_target = both
# threads that frame lines / run TLS crypto off the single state core. One acceptor
# round-robins connections across the pool; the core stays single-threaded and lock-free.
# io_threads = 0 # reactor workers; 0 = auto (one per core, capped at 4)
# tls_handshake_timeout = 15 # drop a TLS conn that stalls mid-handshake (secs; 0 = off)
# --- ident (RFC1413): off by default; a connection class can also enable it ---
# useident = yes # look up every client's ident (adds connect latency)