mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 08:00:38 +03:00
ability to turn floodfill off
This commit is contained in:
parent
07ce9c41bf
commit
2215dd7bd7
@ -77,10 +77,8 @@ namespace i2p
|
||||
if (i2p::util::config::GetArg("-unreachable", 0))
|
||||
i2p::context.SetUnreachable ();
|
||||
|
||||
if (i2p::util::config::GetArg("-floodfill", 0))
|
||||
i2p::context.SetFloodfill (true);
|
||||
|
||||
i2p::context.SetSupportsV6 (i2p::util::config::GetArg("-v6", 0));
|
||||
i2p::context.SetFloodfill (i2p::util::config::GetArg("-floodfill", 0));
|
||||
|
||||
LogPrint("CMD parameters:");
|
||||
for (int i = 0; i < argc; ++i)
|
||||
|
Loading…
Reference in New Issue
Block a user