mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
added some statistics
This commit is contained in:
parent
3153cf4df6
commit
96e8cab8fb
4 changed files with 18 additions and 4 deletions
|
@ -86,6 +86,7 @@ namespace stream
|
|||
public:
|
||||
|
||||
// for HTTP only
|
||||
int GetNumRemoteLeaseSets () const { return m_RemoteLeaseSets.size (); };
|
||||
const decltype(m_Streams)& GetStreams () const { return m_Streams; };
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue