From c5a0c62c4f926cd49041c71f5bda06f42235e325 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Thu, 29 Aug 2019 17:53:16 -0600 Subject: manager: delay stale adapter cleanup By delaying this by 10 seconds, we ensure that we don't cause the locks to be contended immediately on startup. Before, this added around 600ms of latency to tunnel startup. --- services/errors.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'services/errors.go') diff --git a/services/errors.go b/services/errors.go index 237cb2c3..6944c5dd 100644 --- a/services/errors.go +++ b/services/errors.go @@ -56,7 +56,7 @@ func (e Error) Error() string { case ErrorBindSocketsToDefaultRoutes: return "Unable to bind sockets to default route" case ErrorSetNetConfig: - return "Unable to set interface addresses, routes, dns, and/or adapter settings" + return "Unable to set interface addresses, routes, dns, and/or interface settings" case ErrorOpenNULFile: return "Unable to open NUL file" case ErrorTrackTunnels: -- cgit v1.2.3-59-g8ed1b