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/net
Avery Pennarun 7cd9ff3dde net/netcheck: fix race condition initializting RegionLatency maps.
Under some conditions, code would try to look things up in the maps
before the first call to updateLatency. I don't see any reason to delay
initialization of the maps, so let's just init them right away when
creating the Report instance.

Signed-off-by: Avery Pennarun <apenwarr@tailscale.com>
4 years ago
..
dnscache net/dnscache: remove unnecessary lint warning. 4 years ago
interfaces net/interfaces: add IsExpensive and up state to State 4 years ago
netcheck net/netcheck: fix race condition initializting RegionLatency maps. 4 years ago
nettest scripts: add a license header checker. 4 years ago
stun stun, netcheck: move under net 4 years ago
tlsdial net/tlsdial: update package doc to say it's now somewhat useless 4 years ago