Skip to content

Commit

Permalink
tun: checksum tests and benchmarks
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Dewhurst <adrian@tailscale.com>
  • Loading branch information
sailorfrag authored and raggi committed Sep 29, 2023
1 parent cc7b29b commit ec6f23b
Show file tree
Hide file tree
Showing 2 changed files with 579 additions and 7 deletions.
9 changes: 9 additions & 0 deletions tun/checksum_generic_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package tun

var archChecksumFuncs = []archChecksumDetails{
{
name: "generic",
available: true,
f: checksum,
},
}
Loading

0 comments on commit ec6f23b

Please sign in to comment.