mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
floodfill parameter
This commit is contained in:
@@ -77,6 +77,9 @@ 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));
|
||||
|
||||
LogPrint("CMD parameters:");
|
||||
|
||||
Reference in New Issue
Block a user