From f39ab0cb8fbf8a195ec894c8cbb082de4ea22676 Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Thu, 7 Jul 2016 14:16:06 +1000 Subject: [PATCH] Revert "Revert "TestSetMaxEstablishedConn does now work with utp"" This reverts commit 9b3869f3c53e65d0c42527c76504c14bdff068be. --- client_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/client_test.go b/client_test.go index 28af2af2..d6a83bf2 100644 --- a/client_test.go +++ b/client_test.go @@ -953,7 +953,6 @@ func TestSetMaxEstablishedConn(t *testing.T) { var tts []*Torrent ih := testutil.GreetingMetaInfo().Info.Hash() cfg := TestingConfig - cfg.DisableUTP = true for i := range iter.N(3) { cl, err := NewClient(&cfg) require.NoError(t, err) -- 2.48.1