tailscale/net/packet
Maisem Ali 9d96e05267 net/packet: split off checksum munging into different pkg
The current structure meant that we were embedding netstack in
the tailscale CLI and in the GUIs. This removes that by isolating
the checksum munging to a different pkg which is only called from
`net/tstun`.

Fixes #9756

Signed-off-by: Maisem Ali <maisem@tailscale.com>
2023-10-11 14:25:58 -07:00
..
checksum net/packet: split off checksum munging into different pkg 2023-10-11 14:25:58 -07:00
doc.go all: update copyright and license headers 2023-01-27 15:36:29 -08:00
header.go all: update copyright and license headers 2023-01-27 15:36:29 -08:00
icmp.go all: update copyright and license headers 2023-01-27 15:36:29 -08:00
icmp4.go all: update copyright and license headers 2023-01-27 15:36:29 -08:00
icmp6.go all: update copyright and license headers 2023-01-27 15:36:29 -08:00
icmp6_test.go all: update copyright and license headers 2023-01-27 15:36:29 -08:00
ip4.go all: update copyright and license headers 2023-01-27 15:36:29 -08:00
ip6.go all: update copyright and license headers 2023-01-27 15:36:29 -08:00
packet.go net/packet: split off checksum munging into different pkg 2023-10-11 14:25:58 -07:00
packet_test.go net/packet: split off checksum munging into different pkg 2023-10-11 14:25:58 -07:00
tsmp.go all: update copyright and license headers 2023-01-27 15:36:29 -08:00
tsmp_test.go all: update copyright and license headers 2023-01-27 15:36:29 -08:00
udp4.go all: update copyright and license headers 2023-01-27 15:36:29 -08:00
udp6.go all: update copyright and license headers 2023-01-27 15:36:29 -08:00