begin testing tcp listener (not working)

This commit is contained in:
soypat
2025-06-09 20:38:40 -03:00
parent 76be78812f
commit 6b511999d1
16 changed files with 136 additions and 48 deletions
+1 -1
View File
@@ -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()