[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

@ -410,7 +410,7 @@ namespace util
i2p::transport::transports.SetCheckReserved(checkInReserved);
i2p::transport::transports.Start(ntcp2, ssu, ssu2);
if (i2p::transport::transports.IsBoundSSU() || i2p::transport::transports.IsBoundNTCP2())
if (i2p::transport::transports.IsBoundSSU() || i2p::transport::transports.IsBoundSSU2() || i2p::transport::transports.IsBoundNTCP2())
LogPrint(eLogInfo, "Daemon: Transports started");
else
{