mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
send RouterInfo if found by DatabseLookup
This commit is contained in:
parent
d73abd9c55
commit
d512c90193
5 changed files with 31 additions and 20 deletions
|
@ -156,7 +156,7 @@ namespace tunnel
|
|||
std::set<i2p::data::IdentHash> * excludedPeers = nullptr, bool encryption = false);
|
||||
I2NPMessage * CreateDatabaseSearchReply (const i2p::data::IdentHash& ident);
|
||||
|
||||
I2NPMessage * CreateDatabaseStoreMsg ();
|
||||
I2NPMessage * CreateDatabaseStoreMsg (const i2p::data::RouterInfo * router = nullptr);
|
||||
|
||||
I2NPBuildRequestRecordClearText CreateBuildRequestRecord (
|
||||
const uint8_t * ourIdent, uint32_t receiveTunnelID,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue