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/tstest/integration
Simon Law 34242df51b
derp/derpserver: clean up extraction of derp.Server (#17264)
PR #17258 extracted `derp.Server` into `derp/derpserver.Server`.

This followup patch adds the following cleanups:
1. Rename `derp_server*.go` files to `derpserver*.go` to match
   the package name.
2. Rename the `derpserver.NewServer` constructor to `derpserver.New`
   to reduce stuttering.
3. Remove the unnecessary `derpserver.Conn` type alias.

Updates #17257
Updates #cleanup

Signed-off-by: Simon Law <sfllaw@tailscale.com>
2 months ago
..
nat wgengine/magicsock: use learned DERP route as send path of last resort 9 months ago
testcontrol ipn/ipnlocal: add a C2N endpoint for fetching a netmap 3 months ago
vms tstest/integration: don't require TestMake, stop leaking binaries in /tmp 7 months ago
capmap_test.go tstest/integration/testcontrol: include peer CapMaps in MapResponses 5 months ago
gen_deps.go all: update tools that manage copyright headers 3 years ago
integration.go derp/derpserver: clean up extraction of derp.Server (#17264) 2 months ago
integration_test.go client, cmd/tailscale/cli, feature/relayserver, net/udprelay: implement tailscale debug peer-relay-sessions (#17239) 2 months ago
tailscaled_deps_test_darwin.go feature/drive: start factoring out Taildrive, add ts_omit_drive build tag 3 months ago
tailscaled_deps_test_freebsd.go feature/drive: start factoring out Taildrive, add ts_omit_drive build tag 3 months ago
tailscaled_deps_test_linux.go feature/drive: start factoring out Taildrive, add ts_omit_drive build tag 3 months ago
tailscaled_deps_test_openbsd.go feature/drive: start factoring out Taildrive, add ts_omit_drive build tag 3 months ago
tailscaled_deps_test_windows.go feature/drive: start factoring out Taildrive, add ts_omit_drive build tag 3 months ago