mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
multi-tunnels LeaseSet
This commit is contained in:
parent
dd679c261c
commit
5856310cd6
3 changed files with 26 additions and 13 deletions
1
Tunnel.h
1
Tunnel.h
|
@ -107,6 +107,7 @@ namespace tunnel
|
|||
InboundTunnel * GetInboundTunnel (uint32_t tunnelID);
|
||||
Tunnel * GetPendingTunnel (uint32_t replyMsgID);
|
||||
InboundTunnel * GetNextInboundTunnel ();
|
||||
std::vector<InboundTunnel *> GetInboundTunnels (int num) const;
|
||||
OutboundTunnel * GetNextOutboundTunnel ();
|
||||
TransitTunnel * GetTransitTunnel (uint32_t tunnelID);
|
||||
void AddTransitTunnel (TransitTunnel * tunnel);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue