Merge pull request #2489 from pobregat0/tunnel-reload-params

apply tunnel parameters on reload
This commit is contained in:
orignal
2026-08-16 22:09:55 -04:00
committed by GitHub
+8
View File
@@ -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;
}
}
}
}