Carve out dead code and cruft, and unify repeater status pane

This commit is contained in:
Jack Kingsman
2026-03-02 18:56:18 -08:00
parent f715d72467
commit 99f31c8226
11 changed files with 135 additions and 194 deletions
-1
View File
@@ -93,7 +93,6 @@ export const PARTICLE_COLOR_MAP: Record<PacketLabel, string> = {
};
export const PARTICLE_SPEED = 0.008;
export const DEFAULT_OBSERVATION_WINDOW_SEC = 15;
// Traffic pattern analysis thresholds
// Be conservative - once split, we can't unsplit, so require strong evidence
const MIN_OBSERVATIONS_TO_SPLIT = 20; // Need at least this many unique sources per next-hop group