mirror of
https://github.com/rzuasti/oott.git
synced 2026-07-08 19:21:54 +02:00
Add an ArpScanner Default impl (30m/1m/10m, enabled) and mark the arp_scanner field with serde default, so the [arp_scanner] section can now be omitted entirely and fall back to code defaults — matching the pattern used by the SNMP scanner. Previously these three durations were mandatory and the backend would not start without them. Reconcile the documentation to the canonical 30m/1m/10m: fix the README NixOS example (was 15m/20m/30m) and options table (was 15m), and note that the section is optional in both the README and sample TOML. The NixOS module and sample TOML already used these values. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>