mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
floodfill parameter
This commit is contained in:
parent
2ed69ef602
commit
7e45233c7d
4 changed files with 26 additions and 5 deletions
|
@ -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:");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue