From 817344d6307a3091a6a46129749721ec9841c1bf Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Tue, 12 Jun 2018 20:23:26 +1000 Subject: [PATCH] Remove duplicateClientConns expvar --- global.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/global.go b/global.go index cdd03513..5b4132bf 100644 --- a/global.go +++ b/global.go @@ -40,9 +40,7 @@ var ( peerExtensions = expvar.NewMap("peerExtensions") completedHandshakeConnectionFlags = expvar.NewMap("completedHandshakeConnectionFlags") // Count of connections to peer with same client ID. - connsToSelf = expvar.NewInt("connsToSelf") - // Number of completed connections to a client we're already connected with. - duplicateClientConns = expvar.NewInt("duplicateClientConns") + connsToSelf = expvar.NewInt("connsToSelf") receivedKeepalives = expvar.NewInt("receivedKeepalives") supportedExtensionMessages = expvar.NewMap("supportedExtensionMessages") postedKeepalives = expvar.NewInt("postedKeepalives") -- 2.48.1