tun: checksum tests and benchmarks

Signed-off-by: Adrian Dewhurst <adrian@tailscale.com>
This commit is contained in:
Adrian Dewhurst 2023-05-18 10:09:53 -04:00 committed by James Tucker
parent cc7b29b8c6
commit ec6f23b33e
No known key found for this signature in database
2 changed files with 579 additions and 7 deletions

View file

@ -0,0 +1,9 @@
package tun
var archChecksumFuncs = []archChecksumDetails{
{
name: "generic",
available: true,
f: checksum,
},
}