7e5a09bf6b
With 8-41 SYN connections, IPs are distributed and typically have 3-7 connections each. Previous threshold of 20 prevented all detection. New threshold of 3 allows detection of even minor threats. This allows detection patterns like: - 40 connections across 8 IPs (5 each) → all 8 detected - 40 connections across 10 IPs (4 each) → all 10 detected - 40 connections across 20 IPs (2 each) → none detected (2 < 3) Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>