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/wgengine/magicsock
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.
4 years ago
..
magicsock.go derp: reduce DERP memory use; don't require callers to pass in memory to use 4 years ago
magicsock_test.go wgengine/magicsock: limit redundant log spam on packets from low-pri addresses 4 years ago