mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
use only SSU2 for network status
This commit is contained in:
parent
7705423c42
commit
ccfeca728e
5 changed files with 23 additions and 129 deletions
|
@ -2266,9 +2266,9 @@ namespace transport
|
|||
if (m_Address)
|
||||
{
|
||||
if (m_Address->IsV4 ())
|
||||
i2p::context.SetStatusSSU2 (status);
|
||||
i2p::context.SetStatus (status);
|
||||
else if (m_Address->IsV6 ())
|
||||
i2p::context.SetStatusV6SSU2 (status);
|
||||
i2p::context.SetStatusV6 (status);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue