tailscale/derp/derphttp
Brad Fitzpatrick 6b80bcf112 derp: remove a client round-trip waiting on serverInfo
It just has a version number in it and it's not really needed.
Instead just return it as a normal Recv message type for those
that care (currently only tests).

Updates #150 (in that it shares the same goal: initial DERP latency)
Updates #199 (in that it removes some DERP versioning)
2020-08-17 16:15:22 -07:00
..
derphttp_client.go derp/derphttp: don't return all nil from dialRegion when STUNOnly nodes 2020-07-27 10:10:10 -07:00
derphttp_server.go derp: introduce Conn interface 2020-03-12 14:42:48 -04:00
derphttp_test.go derp: remove a client round-trip waiting on serverInfo 2020-08-17 16:15:22 -07:00
mesh_client.go cmd/derper, derp/derphttp: move bulk of derp mesh code into derphttp 2020-06-15 11:58:10 -07:00