mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2026-08-28 03:04:30 +00:00
Merge pull request #2489 from pobregat0/tunnel-reload-params
apply tunnel parameters on reload
This commit is contained in:
@@ -696,6 +696,14 @@ namespace client
|
||||
if (keys != "transient")
|
||||
destinations[keys] = localDestination;
|
||||
}
|
||||
else
|
||||
{
|
||||
// destination is already running, the pool takes new parameters
|
||||
// on the fly, no need to recreate anything
|
||||
localDestination->Reconfigure (options);
|
||||
if (keys != "transient")
|
||||
destinations[keys] = localDestination;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user