mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-12 20:36:38 +01:00
validate new router
This commit is contained in:
parent
6d204b4d7b
commit
c45e31b1b2
1 changed files with 1 additions and 0 deletions
|
@ -229,6 +229,7 @@ namespace i2p
|
|||
routerInfo.CreateBuffer (m_Keys);
|
||||
m_RouterInfo.SetRouterIdentity (GetIdentity ());
|
||||
m_RouterInfo.Update (routerInfo.GetBuffer (), routerInfo.GetBufferLen ());
|
||||
m_RouterInfo.SetUnreachable (false);
|
||||
}
|
||||
|
||||
uint16_t RouterContext::SelectRandomPort () const
|
||||
|
|
Loading…
Add table
Reference in a new issue