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
@@ -17,7 +17,7 @@ var (
)
// Operation represents the type of ARP packet, either request or reply/response.
type Operation uint8
type Operation uint16
const (
OpRequest Operation = 1 // request