Browse Source

reset floodfill

pull/376/head
orignal 9 years ago
parent
commit
45c3b3987b
  1. 2
      Daemon.cpp

2
Daemon.cpp

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

Loading…
Cancel
Save