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/derp
Brad Fitzpatrick abd79ea368 derp: reduce DERP memory use; don't require callers to pass in memory to use
The magicsock derpReader was holding onto 65KB for each DERP
connection forever, just in case.

Make the derp{,http}.Client be in charge of memory instead. It can
reuse its bufio.Reader buffer space.
5 years ago
..
derphttp derp: reduce DERP memory use; don't require callers to pass in memory to use 5 years ago
derpmap all: make client use server-provided DERP map, add DERP region support 5 years ago
derp.go cmd/derper: support forwarding packets amongst set of peer DERP servers 5 years ago
derp_client.go derp: reduce DERP memory use; don't require callers to pass in memory to use 5 years ago
derp_server.go derp: fix tracking problem if conn starts local, then also joins mesh peer 5 years ago
derp_test.go derp: reduce DERP memory use; don't require callers to pass in memory to use 5 years ago