mirror of
https://github.com/soypat/lneto.git
synced 2026-08-23 16:09:07 +00:00
begin testing tcp listener (not working)
This commit is contained in:
@@ -78,7 +78,7 @@ func (sb *StackIP) Demux(carrierData []byte, offset int) error {
|
||||
{
|
||||
sb.validator.ResetErr()
|
||||
ifrm.ValidateExceptCRC(&sb.validator)
|
||||
if err = sb.validator.Err(); err != nil {
|
||||
if err = sb.validator.ErrPop(); err != nil {
|
||||
return err
|
||||
}
|
||||
gotCRC := ifrm.CRC()
|
||||
|
||||
Reference in New Issue
Block a user