mirror of
https://github.com/soypat/lneto.git
synced 2026-09-11 09:09:30 +00:00
Add round-robin implementation (#66)
* add handler.encapsulateNode * implement round robin handler approach * simplify round robin implementation * leave TODO * internet.node touch up * fix conflict resolve f-up * replace certain ErrShortBuffer with ErrTruncatedFrame error
This commit is contained in:
+1
-2
@@ -19,8 +19,7 @@ var (
|
||||
errQueryNotFound = errors.New("arp: query not found")
|
||||
|
||||
// errGeneric aliases for common ARP errors.
|
||||
errARPBufferFull = lneto.ErrBufferFull
|
||||
errShortARP = lneto.ErrShortBuffer
|
||||
errShortARP = lneto.ErrTruncatedFrame
|
||||
errARPUnsupported = lneto.ErrUnsupported
|
||||
errLargeSizes = lneto.ErrPacketDrop
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user