Skip to content

Commit ec6f23b

Browse files
sailorfragraggi
authored andcommitted
tun: checksum tests and benchmarks
Signed-off-by: Adrian Dewhurst <[email protected]>
1 parent cc7b29b commit ec6f23b

File tree

2 files changed

+579
-7
lines changed

2 files changed

+579
-7
lines changed

tun/checksum_generic_test.go

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
package tun
2+
3+
var archChecksumFuncs = []archChecksumDetails{
4+
{
5+
name: "generic",
6+
available: true,
7+
f: checksum,
8+
},
9+
}

0 commit comments

Comments
 (0)