mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
deep exploratory
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#define I2NP_PROTOCOL_H__
|
||||
|
||||
#include <inttypes.h>
|
||||
#include <vector>
|
||||
#include <set>
|
||||
#include <string.h>
|
||||
#include "RouterInfo.h"
|
||||
|
||||
@@ -105,7 +105,8 @@ namespace i2p
|
||||
|
||||
I2NPMessage * CreateDeliveryStatusMsg ();
|
||||
I2NPMessage * CreateDatabaseLookupMsg (const uint8_t * key, const uint8_t * from,
|
||||
uint32_t replyTunnelID, bool exploratory = false);
|
||||
uint32_t replyTunnelID, bool exploratory = false,
|
||||
std::set<i2p::data::IdentHash> * excludedPeers = nullptr);
|
||||
|
||||
I2NPMessage * CreateDatabaseStoreMsg ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user