show SSU2 transports in web console

This commit is contained in:
orignal 2022-03-27 19:29:50 -04:00
parent a3f165d374
commit 4c323a666a
3 changed files with 15 additions and 2 deletions

View file

@ -187,6 +187,7 @@ namespace transport
// for HTTP only
const SSUServer * GetSSUServer () const { return m_SSUServer; };
const NTCP2Server * GetNTCP2Server () const { return m_NTCP2Server; };
const SSU2Server * GetSSU2Server () const { return m_SSU2Server; };
const decltype(m_Peers)& GetPeers () const { return m_Peers; };
};