mirror of
https://github.com/soypat/lneto.git
synced 2026-09-10 16:49:37 +00:00
begin testing tcp listener (not working)
This commit is contained in:
+1
-1
@@ -137,7 +137,7 @@ func TestIPv4TCPChecksum(t *testing.T) {
|
||||
ifrm.ValidateSize(&vld)
|
||||
tfrm, _ := tcp.NewFrame(ifrm.Payload())
|
||||
tfrm.ValidateExceptCRC(&vld)
|
||||
if err := vld.Err(); err != nil {
|
||||
if err := vld.ErrPop(); err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
wantCRC := ifrm.CRC()
|
||||
|
||||
Reference in New Issue
Block a user