mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
manage tunnel pools
This commit is contained in:
parent
ab23327da6
commit
b47d7aceaa
5 changed files with 19 additions and 23 deletions
3
Tunnel.h
3
Tunnel.h
|
@ -120,7 +120,8 @@ namespace tunnel
|
|||
void PostTunnelData (I2NPMessage * msg);
|
||||
template<class TTunnel>
|
||||
TTunnel * CreateTunnel (TunnelConfig * config, OutboundTunnel * outboundTunnel = 0);
|
||||
void CreateTunnelPool (i2p::data::LocalDestination * localDestination);
|
||||
TunnelPool * CreateTunnelPool (i2p::data::LocalDestination * localDestination);
|
||||
void DeleteTunnelPool (TunnelPool * pool);
|
||||
|
||||
OutboundTunnel * CreateOneHopOutboundTestTunnel (InboundTunnel * replyTunnel);
|
||||
InboundTunnel * CreateOneHopInboundTestTunnel (OutboundTunnel * outboundTunnel = 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue