From: Matt Joiner Date: Thu, 7 Jul 2016 04:16:06 +0000 (+1000) Subject: Revert "Revert "TestSetMaxEstablishedConn does now work with utp"" X-Git-Tag: v1.0.0~657 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=f39ab0cb8fbf8a195ec894c8cbb082de4ea22676;p=btrtrc.git Revert "Revert "TestSetMaxEstablishedConn does now work with utp"" This reverts commit 9b3869f3c53e65d0c42527c76504c14bdff068be. --- 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)