mirror of
https://github.com/soypat/lneto.git
synced 2026-09-07 07:19:09 +00:00
arp working over network
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user