Browse Source

validate new router

pull/1909/head
orignal 1 year ago
parent
commit
c45e31b1b2
  1. 1
      libi2pd/RouterContext.cpp

1
libi2pd/RouterContext.cpp

@ -229,6 +229,7 @@ namespace i2p @@ -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…
Cancel
Save