pub const DEFAULT_TX_BUDGET_REFILL_PER_SEC: f64 = 60.0;Expand description
Default steady-state refill rate for per-client TX rate limiting, in frames per second.
Set to 60.0 (3× the nominal 20 fps D-STAR voice rate) to leave
headroom for jitter and burstiness. A client legitimately
transmitting audio will never hit the limit; a client trying to
DoS the reflector with 200 fps of voice will.