Loading src/or/circuitbuild.c +1 −0 Original line number Diff line number Diff line Loading @@ -1574,6 +1574,7 @@ choose_good_entry_server(uint8_t purpose, cpath_build_state_t *state) } excluded = smartlist_create(); add_nickname_list_to_smartlist(excluded,options->ExcludeNodes,0,0,1); if (state && (r = build_state_get_exit_router(state))) { smartlist_add(excluded, r); Loading src/or/config.c +6 −0 Original line number Diff line number Diff line Loading @@ -808,6 +808,12 @@ options_act(or_options_t *old_options) !opt_streq(old_options->EntryNodes, options->EntryNodes))) entry_nodes_should_be_added(); /* If the user wants to avoid certain nodes, make sure none of them * are already entryguards */ if (options->ExcludeNodes) { // XXX TODO } /* Since our options changed, we might need to regenerate and upload our * server descriptor. */ Loading Loading
src/or/circuitbuild.c +1 −0 Original line number Diff line number Diff line Loading @@ -1574,6 +1574,7 @@ choose_good_entry_server(uint8_t purpose, cpath_build_state_t *state) } excluded = smartlist_create(); add_nickname_list_to_smartlist(excluded,options->ExcludeNodes,0,0,1); if (state && (r = build_state_get_exit_router(state))) { smartlist_add(excluded, r); Loading
src/or/config.c +6 −0 Original line number Diff line number Diff line Loading @@ -808,6 +808,12 @@ options_act(or_options_t *old_options) !opt_streq(old_options->EntryNodes, options->EntryNodes))) entry_nodes_should_be_added(); /* If the user wants to avoid certain nodes, make sure none of them * are already entryguards */ if (options->ExcludeNodes) { // XXX TODO } /* Since our options changed, we might need to regenerate and upload our * server descriptor. */ Loading