mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-29 12:17:49 +02:00
publish ipv6 introducers
This commit is contained in:
parent
69afd3a1da
commit
ad019da553
4 changed files with 85 additions and 41 deletions
|
@ -1017,7 +1017,10 @@ namespace transport
|
|||
if (IsV6 ())
|
||||
{
|
||||
if (i2p::context.GetStatusV6 () == eRouterStatusTesting)
|
||||
{
|
||||
i2p::context.SetStatusV6 (eRouterStatusFirewalled);
|
||||
m_Server.RescheduleIntroducersUpdateTimerV6 ();
|
||||
}
|
||||
}
|
||||
else if (i2p::context.GetStatus () == eRouterStatusTesting) // still not OK
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue