mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
all transports by default
This commit is contained in:
@@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user