Skip to content

Commit 50c7a1e

Browse files
committed
Exclude checksum from TCP packet equality check
1 parent 031b9ca commit 50c7a1e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/Test.ml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ module RoundTrip = struct
3333
e1.offset = e2.offset &&
3434
e1.flags = e2.flags &&
3535
e1.window = e2.window &&
36-
e1.chksum = e2.chksum &&
3736
e1.urgent = e2.urgent &&
3837
compare (Cstruct.to_string e1.payload) (Cstruct.to_string e2.payload) = 0
3938

0 commit comments

Comments
 (0)