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/cmd/derper
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
..
derper.go cmd/derper: support forwarding packets amongst set of peer DERP servers 5 years ago
derper_test.go derp, cmd/derper: add frameWatchConns, framePeerPresent for inter-DERP routing 5 years ago
mesh.go derp: reduce DERP memory use; don't require callers to pass in memory to use 5 years ago