all transports by default

This commit is contained in:
orignal 2021-11-06 10:49:18 -04:00
parent 1a8a32a773
commit 8f0978cfd6
2 changed files with 2 additions and 2 deletions

View file

@ -185,7 +185,7 @@ namespace tunnel
// this constructor can't be called from outside
TunnelConfig (): m_FirstHop (nullptr), m_LastHop (nullptr), m_IsShort (false),
m_FarEndTransports (0)
m_FarEndTransports (i2p::data::RouterInfo::eAllTransports)
{
}