mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
don't use explicit unreachable parameter anymore
This commit is contained in:
parent
3c10ba4511
commit
513dc2fcc5
5 changed files with 46 additions and 11 deletions
|
@ -74,9 +74,6 @@ namespace i2p
|
|||
if (host && host[0])
|
||||
i2p::context.UpdateAddress (boost::asio::ip::address::from_string (host));
|
||||
|
||||
if (i2p::util::config::GetArg("-unreachable", 0))
|
||||
i2p::context.SetUnreachable ();
|
||||
|
||||
i2p::context.SetSupportsV6 (i2p::util::config::GetArg("-v6", 0));
|
||||
i2p::context.SetFloodfill (i2p::util::config::GetArg("-floodfill", 0));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue