[daemon] check for SSU2 transport at start

Signed-off-by: r4sas <r4sas@i2pmail.org>
This commit is contained in:
r4sas 2022-07-05 06:11:16 +00:00
parent 2a24584d45
commit a5a35b1fa6
2 changed files with 2 additions and 1 deletions

View file

@ -93,6 +93,7 @@ namespace transport
void Stop ();
bool IsBoundSSU() const { return m_SSUServer != nullptr; }
bool IsBoundSSU2() const { return m_SSU2Server != nullptr; }
bool IsBoundNTCP2() const { return m_NTCP2Server != nullptr; }
bool IsOnline() const { return m_IsOnline; };