better exploratory

This commit is contained in:
orignal 2013-12-25 12:19:46 -05:00
parent 5d9f292506
commit ca51567eba
2 changed files with 15 additions and 8 deletions

View file

@ -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
};