Remove idle timeout from network

This commit is contained in:
9seconds
2021-03-17 22:08:47 +03:00
parent adf4ab1a35
commit f21ee40baf
7 changed files with 11 additions and 31 deletions
+1 -1
View File
@@ -119,7 +119,7 @@ func (suite *FireholTestSuite) TestRemoteFail() {
func (suite *FireholTestSuite) TestMixed() {
dialer, _ := network.NewDefaultDialer(0, 0)
ntw, _ := network.NewNetwork(dialer, "mtg", "1.1.1.1", 0, 0)
ntw, _ := network.NewNetwork(dialer, "mtg", "1.1.1.1", 0)
blocklist, err := ipblocklist.NewFirehol(logger.NewNoopLogger(),
ntw, 2,