mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
re-create expired tunnels
This commit is contained in:
parent
58fdae92c0
commit
1a72292b8f
3 changed files with 48 additions and 3 deletions
|
@ -48,6 +48,8 @@ namespace tunnel
|
|||
|
||||
void CreateInboundTunnel ();
|
||||
void CreateOutboundTunnel ();
|
||||
void RecreateInboundTunnel (InboundTunnel * tunnel);
|
||||
void RecreateOutboundTunnel (OutboundTunnel * tunnel);
|
||||
template<class TTunnels>
|
||||
typename TTunnels::value_type GetNextTunnel (TTunnels& tunnels);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue