mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-05-28 01:46:23 +02:00
pick tunnels from exploratory pool for exploratory
This commit is contained in:
parent
13b2036e52
commit
24f0ff6c00
4 changed files with 23 additions and 3 deletions
1
Tunnel.h
1
Tunnel.h
|
@ -117,6 +117,7 @@ namespace tunnel
|
|||
Tunnel * GetPendingTunnel (uint32_t replyMsgID);
|
||||
InboundTunnel * GetNextInboundTunnel ();
|
||||
OutboundTunnel * GetNextOutboundTunnel ();
|
||||
TunnelPool * GetExploratoryPool () const { return m_ExploratoryPool; };
|
||||
TransitTunnel * GetTransitTunnel (uint32_t tunnelID);
|
||||
void AddTransitTunnel (TransitTunnel * tunnel);
|
||||
void AddOutboundTunnel (OutboundTunnel * newTunnel);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue