mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
show SSU sessions
This commit is contained in:
parent
2ac36b1d31
commit
303855f59a
3 changed files with 17 additions and 1 deletions
|
@ -58,6 +58,7 @@ namespace i2p
|
|||
|
||||
// for HTTP only
|
||||
const decltype(m_NTCPSessions)& GetNTCPSessions () const { return m_NTCPSessions; };
|
||||
const i2p::ssu::SSUServer * GetSSUServer () const { return m_SSUServer; };
|
||||
};
|
||||
|
||||
extern Transports transports;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue