Skip to main content

Module ddos

Module ddos 

Source
Expand description

§Per-IP DDoS scoring and connection-slot accounting

The DdosProtection trait plus its connection guard, time-decayed scoring, and ban hooks. An in-memory implementation covers tests and accounting-only deployments; a no-op implementation is available for test scenarios downstream of the DDoS layer. The kernel-level ipset-backed production implementation lives in hashiverse-server-lib.

Modules§

ddos
Per-IP DDoS scoring and connection-slot accounting
mem_ddos
In-memory DDoS accounting
noop_ddos
No-op DDoS protection