You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/net/packet
Josh Bleecher Snyder 94fb42d4b2 all: use testingutil.MinAllocsPerRun
There are a few remaining uses of testing.AllocsPerRun:
Two in which we only log the number of allocations,
and one in which dynamically calculate the allocations
target based on a different AllocsPerRun run.

This also allows us to tighten the "no allocs"
test in wgengine/filter.

Signed-off-by: Josh Bleecher Snyder <josh@tailscale.com>
3 years ago
..
doc.go
header.go
icmp4.go
icmp6.go
ip4.go
ip6.go
packet.go net/packet: use netaddr AppendTo methods 4 years ago
packet_test.go all: use testingutil.MinAllocsPerRun 3 years ago
tsmp.go all: adapt to opaque netaddr types 4 years ago
tsmp_test.go
udp4.go
udp6.go