mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
reseed from SU3
This commit is contained in:
parent
96851ab2fd
commit
3643d2f1da
4 changed files with 142 additions and 94 deletions
1
NetDb.h
1
NetDb.h
|
@ -62,6 +62,7 @@ namespace data
|
|||
void Start ();
|
||||
void Stop ();
|
||||
|
||||
void AddRouterInfo (const uint8_t * buf, int len);
|
||||
void AddRouterInfo (const IdentHash& ident, const uint8_t * buf, int len);
|
||||
void AddLeaseSet (const IdentHash& ident, const uint8_t * buf, int len, i2p::tunnel::InboundTunnel * from);
|
||||
std::shared_ptr<RouterInfo> FindRouter (const IdentHash& ident) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue