mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
outbound tunnel pool
This commit is contained in:
parent
9ef8ae99e2
commit
c9ba7da0b0
6 changed files with 74 additions and 7 deletions
|
@ -139,6 +139,8 @@ namespace util
|
|||
for (auto it: i2p::tunnel::tunnels.GetOutboundTunnels ())
|
||||
{
|
||||
it->GetTunnelConfig ()->Print (s);
|
||||
if (it->GetTunnelPool ())
|
||||
s << " " << "Pool";
|
||||
s << " " << (int)it->GetNumSentBytes () << "<BR>";
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue