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>
2020-05-28 03:41:37 -04:00
..
dnscache net/dnscache: remove unnecessary lint warning. 2020-04-30 20:31:44 -07:00
interfaces net/interfaces: add IsExpensive and up state to State 2020-04-10 20:25:12 -07:00
netcheck net/netcheck: fix race condition initializting RegionLatency maps. 2020-05-28 03:41:37 -04:00
nettest scripts: add a license header checker. 2020-03-17 21:34:44 -07:00
stun stun, netcheck: move under net 2020-05-25 09:18:24 -07:00
tlsdial net/tlsdial: update package doc to say it's now somewhat useless 2020-04-27 08:17:18 -07:00