telemt/docs
sintanial ddeda8d914
feat: add configurable RST-on-close mode for client sockets
Add `rst_on_close` config option (off/errors/always) to control
SO_LINGER(0) behaviour on accepted TCP connections.

- `off` (default): normal FIN on all closes, no behaviour change.
- `errors`: SO_LINGER(0) set on accept, cleared after successful
  handshake auth. Pre-handshake failures (scanners, DPI probes,
  timeouts) send RST instead of FIN, eliminating FIN-WAIT-1 and
  orphan socket accumulation. Authenticated relay sessions still
  close gracefully with FIN.
- `always`: SO_LINGER(0) on accept, never cleared — all closes
  send RST regardless of handshake outcome.
2026-04-10 05:01:38 +03:00
..
Advanced_settings Remove maxconn and nbthread settings from high load configuration examples 2026-04-08 18:29:04 +03:00
Architecture Changes in README and Docs 2026-04-07 20:00:22 +03:00
Config_params feat: add configurable RST-on-close mode for client sockets 2026-04-10 05:01:38 +03:00
LICENSE Licenses Updating 2026-04-06 13:40:32 +03:00
Quick_start [docs] change suggested config.toml in quick start guide 2026-04-08 15:52:55 +03:00
Setup_examples Changes in README and Docs 2026-04-07 20:00:22 +03:00
assets New button for README 2026-04-09 10:15:46 +03:00
FAQ.en.md Changes in README and Docs 2026-04-07 20:00:22 +03:00
FAQ.ru.md Changes in README and Docs 2026-04-07 20:00:22 +03:00