reset floodfill

This commit is contained in:
orignal 2016-02-11 07:50:29 -05:00
parent 93720fffd4
commit 45c3b3987b

View File

@ -109,6 +109,8 @@ namespace i2p
LogPrint(eLogInfo, "Daemon: router will be floodfill"); LogPrint(eLogInfo, "Daemon: router will be floodfill");
i2p::context.SetFloodfill (true); i2p::context.SetFloodfill (true);
} }
else
i2p::context.SetFloodfill (false);
if (bandwidth != '-') if (bandwidth != '-')
{ {
LogPrint(eLogInfo, "Daemon: bandwidth set to ", bandwidth); LogPrint(eLogInfo, "Daemon: bandwidth set to ", bandwidth);