mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
add client/transit tunnel count in webui
This commit is contained in:
parent
9378668e52
commit
1dc6cec1aa
3 changed files with 22 additions and 22 deletions
8
Tunnel.h
8
Tunnel.h
|
@ -202,10 +202,10 @@ namespace tunnel
|
|||
const decltype(m_InboundTunnels)& GetInboundTunnels () const { return m_InboundTunnels; };
|
||||
const decltype(m_TransitTunnels)& GetTransitTunnels () const { return m_TransitTunnels; };
|
||||
|
||||
size_t CountTransitTunnels();
|
||||
size_t CountInboundTunnels();
|
||||
size_t CountOutboundTunnels();
|
||||
|
||||
size_t CountTransitTunnels();
|
||||
size_t CountInboundTunnels();
|
||||
size_t CountOutboundTunnels();
|
||||
|
||||
int GetQueueSize () { return m_Queue.GetSize (); };
|
||||
int GetTunnelCreationSuccessRate () const // in percents
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue