mirror of
https://github.com/soypat/lneto.git
synced 2026-08-08 08:53:40 +00:00
begin testing tcp listener (not working)
This commit is contained in:
@@ -268,7 +268,7 @@ func (ls *LinkStack) RecvEth(ethFrame []byte) (err error) {
|
||||
goto DROP
|
||||
}
|
||||
efrm.ValidateSize(&vld)
|
||||
if err := vld.Err(); err != nil {
|
||||
if err := vld.ErrPop(); err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user