tailscale/ipn
Brad Fitzpatrick 14559340ee Start of netcheck package & including network state in Hostinfo.
* adds new packet "netcheck" to do the checking of UDP, IPv6, and
  nearest DERP server, and the Report type for all that (and more
  in the future, probably pulling in danderson's natprobe)
* new tailcfg.NetInfo type
* cmd/tailscale netcheck subcommand (tentative name, likely to
  change/move) to print out the netcheck.Report.

Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2020-02-27 11:05:27 -08:00
..
ipnserver types/logger: add WithPrefix, use it in two places 2020-02-25 11:35:46 -08:00
backend.go ipn: fix some mutex/ownership issues 2020-02-25 14:07:43 -08:00
doc.go
e2e_test.go ipn: move Options.ServerURL into Prefs. 2020-02-19 10:34:39 -08:00
fake.go ipn: use *Prefs rather than Prefs throughout. 2020-02-20 11:31:10 -08:00
handle.go ipn: fix some mutex/ownership issues 2020-02-25 14:07:43 -08:00
local.go Start of netcheck package & including network state in Hostinfo. 2020-02-27 11:05:27 -08:00
local_test.go Start of netcheck package & including network state in Hostinfo. 2020-02-27 11:05:27 -08:00
message.go ipn: misc cleanup 2020-02-25 10:05:14 -08:00
message_test.go ipn: use *Prefs rather than Prefs throughout. 2020-02-20 11:31:10 -08:00
prefs.go ipn: use *Prefs rather than Prefs throughout. 2020-02-20 11:31:10 -08:00
prefs_test.go ipn: use *Prefs rather than Prefs throughout. 2020-02-20 11:31:10 -08:00
store.go Lint fixes. 2020-02-13 19:26:53 -08:00
store_test.go