mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
make always reachable when in meshnet mode
This commit is contained in:
parent
7868e1527e
commit
866cf940da
2 changed files with 6 additions and 1 deletions
|
@ -1079,7 +1079,7 @@ namespace transport
|
|||
{
|
||||
// we are Alice
|
||||
LogPrint (eLogDebug, "SSU: sending peer test");
|
||||
auto address = i2p::context.GetRouterInfo ().GetSSUAddress ();
|
||||
auto address = i2p::context.GetRouterInfo ().GetSSUAddress (false);
|
||||
if (!address)
|
||||
{
|
||||
LogPrint (eLogInfo, "SSU is not supported. Can't send peer test");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue