From 762a034cc1af55d09dc0a174947356e36bf15569 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Tue, 4 Oct 2022 14:53:58 +0200 Subject: Server: Implement `prefer_tcp` according to spec --- cmd/cli/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/cli') diff --git a/cmd/cli/main.go b/cmd/cli/main.go index ab5d659..8bc083d 100644 --- a/cmd/cli/main.go +++ b/cmd/cli/main.go @@ -95,7 +95,7 @@ func getConfig(state *eduvpn.VPNState, url string, serverType ServerTypes) (stri if !strings.HasPrefix(url, "http") { url = "https://" + url } - // Force TCP is set to False + // Prefer TCP is set to False if serverType == ServerTypeInstituteAccess { return state.GetConfigInstituteAccess(url, false) } else if serverType == ServerTypeCustom { -- cgit v1.2.3