From edf3b7e2fcee704a1dab809545597257b3f3a8ff Mon Sep 17 00:00:00 2001 From: orignal Date: Sun, 28 Mar 2021 13:13:00 -0400 Subject: [PATCH] set X bandiwth for floodfill by default --- daemon/Daemon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/Daemon.cpp b/daemon/Daemon.cpp index 9fffe5a8..c87de4aa 100644 --- a/daemon/Daemon.cpp +++ b/daemon/Daemon.cpp @@ -280,7 +280,7 @@ namespace util else if (isFloodfill) { LogPrint(eLogInfo, "Daemon: floodfill bandwidth set to 'extra'"); - i2p::context.SetBandwidth (i2p::data::CAPS_FLAG_EXTRA_BANDWIDTH1); + i2p::context.SetBandwidth (i2p::data::CAPS_FLAG_EXTRA_BANDWIDTH2); } else {