mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
pools per ident hash
This commit is contained in:
parent
81e06769dc
commit
a10edb4cc5
3 changed files with 12 additions and 8 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue