mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
proper update of own RouterInfo
This commit is contained in:
parent
3a8d4403f6
commit
1fc41e2fa9
2 changed files with 3 additions and 1 deletions
|
@ -40,7 +40,7 @@ namespace i2p
|
|||
routerInfo.SetProperty ("start_uptime", "90m");
|
||||
routerInfo.CreateBuffer ();
|
||||
|
||||
m_RouterInfo = routerInfo;
|
||||
m_RouterInfo.Update (routerInfo.GetBuffer (), routerInfo.GetBufferLen ());
|
||||
}
|
||||
|
||||
void RouterContext::OverrideNTCPAddress (const char * host, int port)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue