pools per ident hash

This commit is contained in:
orignal 2014-04-01 15:08:53 -04:00
parent 81e06769dc
commit a10edb4cc5
3 changed files with 12 additions and 8 deletions

View file

@ -35,7 +35,8 @@ namespace tunnel
void TunnelExpired (OutboundTunnel * expiredTunnel);
std::vector<InboundTunnel *> GetInboundTunnels (int num) const;
OutboundTunnel * GetNextOutboundTunnel ();
const i2p::data::IdentHash& GetIdentHash () { return m_LocalDestination.GetIdentHash (); };
void TestTunnels ();
void ProcessDeliveryStatus (I2NPMessage * msg);