mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-05-16 12:21:47 +02:00
use m_ReachableTransports bitmask
This commit is contained in:
parent
2c7fff077b
commit
a6af4908d5
2 changed files with 11 additions and 22 deletions
libi2pd
|
@ -489,6 +489,7 @@ namespace i2p
|
|||
if (ntcp2)
|
||||
PublishNTCP2Address (port, false, v4, v6, false);
|
||||
// update
|
||||
m_RouterInfo.UpdateSupportedTransports ();
|
||||
UpdateRouterInfo ();
|
||||
}
|
||||
|
||||
|
@ -528,6 +529,7 @@ namespace i2p
|
|||
}
|
||||
}
|
||||
// update
|
||||
m_RouterInfo.UpdateSupportedTransports ();
|
||||
UpdateRouterInfo ();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue