mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
better exploratory
This commit is contained in:
parent
5d9f292506
commit
ca51567eba
2 changed files with 15 additions and 8 deletions
3
NetDb.h
3
NetDb.h
|
@ -9,6 +9,7 @@
|
|||
#include "I2NPProtocol.h"
|
||||
#include "RouterInfo.h"
|
||||
#include "LeaseSet.h"
|
||||
#include "Tunnel.h"
|
||||
|
||||
namespace i2p
|
||||
{
|
||||
|
@ -57,6 +58,8 @@ namespace data
|
|||
std::thread * m_Thread;
|
||||
uint8_t m_Exploratory[32];
|
||||
const RouterInfo * m_LastFloodfill;
|
||||
i2p::tunnel::OutboundTunnel * m_LastOutboundTunnel;
|
||||
i2p::tunnel::InboundTunnel * m_LastInboundTunnel;
|
||||
i2p::util::Queue<I2NPMessage> m_Queue; // of I2NPDatabaseStoreMsg
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue