removed SSU and NTCP transports

This commit is contained in:
orignal 2022-11-23 15:54:08 -05:00
parent fb8be32c28
commit 97ef908b0c

View file

@ -248,10 +248,10 @@ namespace transport
{
switch (address->transportStyle)
{
case i2p::data::RouterInfo::eTransportNTCP:
case i2p::data::RouterInfo::eTransportNTCP2:
return "TCP";
break;
case i2p::data::RouterInfo::eTransportSSU:
case i2p::data::RouterInfo::eTransportSSU2:
default:
return "UDP";
}