tun: checksum tests and benchmarks
Signed-off-by: Adrian Dewhurst <adrian@tailscale.com>
This commit is contained in:
parent
cc7b29b8c6
commit
ec6f23b33e
2 changed files with 579 additions and 7 deletions
9
tun/checksum_generic_test.go
Normal file
9
tun/checksum_generic_test.go
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
package tun
|
||||
|
||||
var archChecksumFuncs = []archChecksumDetails{
|
||||
{
|
||||
name: "generic",
|
||||
available: true,
|
||||
f: checksum,
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue