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
+2 -2
View File
@@ -45,8 +45,8 @@ func TestFrame(t *testing.T) {
wantDst := *dst
ifrm.ValidateExceptCRC(v)
ifrm.ValidateSize(v)
if v.Err() != nil {
t.Error(v.Err())
if v.ErrPop() != nil {
t.Error(v.ErrPop())
}
// OPTION+PAYLOAD VALIDATION: