You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Josh Bleecher Snyder
5666663370
net/packet: use netaddr AppendTo methods
This lets us remote the types/strbuilder package,
which had only a single user.
And it's faster.
name old time/op new time/op delta
String/tcp4-8 175ns ± 0% 58ns ± 1% -66.95% (p=0.000 n=10+9)
String/tcp6-8 226ns ± 1% 136ns ± 1% -39.85% (p=0.000 n=10+10)
String/udp4-8 175ns ± 1% 58ns ± 1% -67.01% (p=0.000 n=10+9)
String/udp6-8 230ns ± 1% 140ns ± 0% -39.32% (p=0.000 n=10+9)
String/icmp4-8 164ns ± 0% 50ns ± 1% -69.89% (p=0.000 n=10+10)
String/icmp6-8 217ns ± 1% 129ns ± 0% -40.46% (p=0.000 n=10+10)
String/igmp-8 196ns ± 0% 56ns ± 1% -71.32% (p=0.000 n=10+10)
String/unknown-8 2.06ns ± 1% 2.06ns ± 2% ~ (p=0.985 n=10+10)
name old alloc/op new alloc/op delta
String/tcp4-8 32.0B ± 0% 32.0B ± 0% ~ (all equal)
String/tcp6-8 168B ± 0% 96B ± 0% -42.86% (p=0.000 n=10+10)
String/udp4-8 32.0B ± 0% 32.0B ± 0% ~ (all equal)
String/udp6-8 168B ± 0% 96B ± 0% -42.86% (p=0.000 n=10+10)
String/icmp4-8 32.0B ± 0% 32.0B ± 0% ~ (all equal)
String/icmp6-8 104B ± 0% 64B ± 0% -38.46% (p=0.000 n=10+10)
String/igmp-8 48.0B ± 0% 48.0B ± 0% ~ (all equal)
String/unknown-8 0.00B 0.00B ~ (all equal)
name old allocs/op new allocs/op delta
String/tcp4-8 1.00 ± 0% 1.00 ± 0% ~ (all equal)
String/tcp6-8 3.00 ± 0% 1.00 ± 0% -66.67% (p=0.000 n=10+10)
String/udp4-8 1.00 ± 0% 1.00 ± 0% ~ (all equal)
String/udp6-8 3.00 ± 0% 1.00 ± 0% -66.67% (p=0.000 n=10+10)
String/icmp4-8 1.00 ± 0% 1.00 ± 0% ~ (all equal)
String/icmp6-8 3.00 ± 0% 1.00 ± 0% -66.67% (p=0.000 n=10+10)
String/igmp-8 1.00 ± 0% 1.00 ± 0% ~ (all equal)
String/unknown-8 0.00 0.00 ~ (all equal)
Signed-off-by: Josh Bleecher Snyder <josh@tailscale.com>
|
5 years ago |
| .. |
|
doc.go
|
net/packet: s/ParsedPacket/Parsed/ to avoid package stuttering.
|
6 years ago |
|
header.go
|
net/packet, wgengine/filter: support SCTP
|
5 years ago |
|
icmp4.go
|
net/packet, wgengine{,/filter}: remove net/packet IPProto forwarding consts
|
5 years ago |
|
icmp6.go
|
net/packet: documentation pass.
|
6 years ago |
|
ip4.go
|
net/packet, wgengine/filter: support SCTP
|
5 years ago |
|
ip6.go
|
net/packet, wgengine/filter: support SCTP
|
5 years ago |
|
packet.go
|
net/packet: use netaddr AppendTo methods
|
5 years ago |
|
packet_test.go
|
net/packet: add BenchmarkString
|
5 years ago |
|
tsmp.go
|
all: adapt to opaque netaddr types
|
5 years ago |
|
tsmp_test.go
|
net/packet: add some more TSMP packet reject reasons and MaybeBroken bit
|
5 years ago |
|
udp4.go
|
net/packet, wgengine{,/filter}: remove net/packet IPProto forwarding consts
|
5 years ago |
|
udp6.go
|
net/packet, wgengine{,/filter}: remove net/packet IPProto forwarding consts
|
5 years ago |