TsgcWebSocketFirewall › Methods › ClearTracking
Resets all internal tracking state: per-IP connection counts, brute-force attempt logs, flood-protection message counters and threat scores.
procedure ClearTracking;
ClearTracking does not remove active bans (use ClearBans for that) and does not reset runtime statistics (Stats). It is useful after configuration changes, when you want the firewall to start fresh without restarting the process, or when tests need a known state between runs. The operation is thread-safe.
// reset counters and threat scores after a configuration change
sgcWebSocketFirewall1.ClearTracking;