mirror of
https://github.com/soypat/lneto.git
synced 2026-09-04 13:59:04 +00:00
arp: fixes to implementation (#18)
* typo in error text * compactQueries was keeping invalid queries * compactQueries accidentally ended up creating shared slices
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ const (
|
||||
var (
|
||||
errARPBufferFull = errors.New("ARP client need handling:too many ops pending")
|
||||
errShortARP = errors.New("packet too short to be ARP")
|
||||
errARPUnsupported = errors.New("ARP not supprortedf")
|
||||
errARPUnsupported = errors.New("ARP not supported")
|
||||
errLargeSizes = errors.New("size of ARP protocol+hardware is unusually large")
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user