diff options
Diffstat (limited to 'src/or/config.c')
-rw-r--r-- | src/or/config.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/or/config.c b/src/or/config.c index 33c80e52b0..f7a7a534b7 100644 --- a/src/or/config.c +++ b/src/or/config.c @@ -1358,6 +1358,9 @@ options_act_reversible(const or_options_t *old_options, char **msg) options->ConnLimit, options->ConnLimit_, options->ConnLimit_high_thresh, options->ConnLimit_low_thresh); + + /* Give the OOS handler a chance with the new thresholds */ + connection_handle_oos(get_n_open_sockets(), 0); } goto done; |