mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
all transports by default
This commit is contained in:
parent
1a8a32a773
commit
8f0978cfd6
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue