Changed send/receive logic to be sequential rather than parallel (its

faster)
This commit is contained in:
rzuasti
2026-01-28 17:57:59 -05:00
parent f72bf06801
commit a86efc015a
2 changed files with 22 additions and 29 deletions
+2 -2
View File
@@ -8,9 +8,9 @@ interface = "eno1" # Network interface to use for scans
level = "info" # off, error, warn, info, debug, trace
[timings]
wait_between_scans="15m" # Wait time between scans. This does not include the scan time
wait_between_scans="10m" # Wait time between scans. This does not include the scan time
arp_sender_timeout="1m" # If the ARP sender process takes longer than this it will be stopped (for a class C network - 254 IPs - it should take less than a minute)
arp_scan_duration="30s" # How long to wait for response packets on each scan (5m to 10m is a good timeframe for a class B or C network)
arp_scan_duration="10m" # How long to wait for response packets on each scan (5m to 10m is a good timeframe for a class B or C network)
[notifications]
method="pushover" # For now just pushover, you can set this to "none" to avoid sending notifications (it will just log)