tailscale/cmd
Brad Fitzpatrick e415991256 derp, derp/derphttp: remove one RTT from DERP setup
* advertise server's DERP public key following its ServerHello
* have client look for that DEPR public key in the response
  PeerCertificates
* let client advertise it's going into a "fast start" mode
  if it finds it
* modify server to support that fast start mode, just not
  sending the HTTP response header

Cuts down another round trip, bringing the latency of being able to
write our first DERP frame from SF to Bangalore from ~725ms
(3 RTT) to ~481ms (2 RTT: TCP and TLS).

Fixes #693

Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2020-08-20 14:00:55 -07:00
..
cloner cmd/cloner, tailcfg: fix nil vs len 0 issues, add tests, use for Hostinfo 2020-07-27 14:11:41 -07:00
derper derp, derp/derphttp: remove one RTT from DERP setup 2020-08-20 14:00:55 -07:00
microproxy cmd/microproxy: add a quick hack for some malformed variables. 2020-08-11 17:22:45 +00:00
mkpkg cmd/mkpkg: support adding empty directories. 2020-05-04 17:57:13 -04:00
tailscale cmd/tailscale/cli: appease staticcheck 2020-08-17 13:01:39 -07:00
tailscaled cmd/tailscaled: ignore SIGPIPE. 2020-07-31 19:12:45 -07:00
tsshd wgengine/monitor: don't call LinkChange when interfaces look unchanged 2020-03-10 11:03:19 -07:00