Loading changes/ticket19858 0 → 100644 +4 −0 Original line number Diff line number Diff line o Features (guards): - Abolish all global guard context in entrynodes.c; replace with new guard_selection_t structure as preparation for prop. 271. Closes ticket 19858. src/or/circuitbuild.c +0 −1 Original line number Diff line number Diff line Loading @@ -2235,7 +2235,6 @@ choose_good_entry_server(uint8_t purpose, cpath_build_state_t *state) * This is an incomplete fix, but is no worse than the previous behaviour, * and only applies to minimal, testing tor networks * (so it's no less secure) */ /*XXXX++ use the using_as_guard flag to accomplish this.*/ if (options->UseEntryGuards && (!options->TestingTorNetwork || smartlist_len(nodelist_get_list()) > smartlist_len(get_entry_guards()) Loading Loading
changes/ticket19858 0 → 100644 +4 −0 Original line number Diff line number Diff line o Features (guards): - Abolish all global guard context in entrynodes.c; replace with new guard_selection_t structure as preparation for prop. 271. Closes ticket 19858.
src/or/circuitbuild.c +0 −1 Original line number Diff line number Diff line Loading @@ -2235,7 +2235,6 @@ choose_good_entry_server(uint8_t purpose, cpath_build_state_t *state) * This is an incomplete fix, but is no worse than the previous behaviour, * and only applies to minimal, testing tor networks * (so it's no less secure) */ /*XXXX++ use the using_as_guard flag to accomplish this.*/ if (options->UseEntryGuards && (!options->TestingTorNetwork || smartlist_len(nodelist_get_list()) > smartlist_len(get_entry_guards()) Loading