arp working over network

This commit is contained in:
soypat
2025-02-18 18:48:55 -03:00
parent 6e9aafc1e0
commit 0606a04f45
11 changed files with 800 additions and 20 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ type ValidateFlags uint64
const (
validateReserved ValidateFlags = 1 << iota
validateEvilBit
ValidateEvilBit
validateAllowMultiErrors
)