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>
2021-10-28 12:48:37 -07:00
..
doc.go net/packet: s/ParsedPacket/Parsed/ to avoid package stuttering. 2020-11-09 23:52:54 -08:00
header.go net/packet, wgengine/filter: support SCTP 2021-03-20 21:34:13 -07:00
icmp4.go net/packet, wgengine{,/filter}: remove net/packet IPProto forwarding consts 2021-03-20 21:45:47 -07:00
icmp6.go net/packet: documentation pass. 2020-11-10 22:29:00 -08:00
ip4.go net/packet, wgengine/filter: support SCTP 2021-03-20 21:34:13 -07:00
ip6.go net/packet, wgengine/filter: support SCTP 2021-03-20 21:34:13 -07:00
packet.go net/packet: use netaddr AppendTo methods 2021-05-20 20:42:18 -07:00
packet_test.go all: use testingutil.MinAllocsPerRun 2021-10-28 12:48:37 -07:00
tsmp.go all: adapt to opaque netaddr types 2021-05-16 14:52:00 -07:00
tsmp_test.go net/packet: add some more TSMP packet reject reasons and MaybeBroken bit 2021-02-04 10:59:07 -08:00
udp4.go net/packet, wgengine{,/filter}: remove net/packet IPProto forwarding consts 2021-03-20 21:45:47 -07:00
udp6.go net/packet, wgengine{,/filter}: remove net/packet IPProto forwarding consts 2021-03-20 21:45:47 -07:00