They now have a ticket: #21349.
STATIC void
sampled_guards_update_from_consensus(guard_selection_t *gs)
{
- /*XXXX prop271 consider splitting this function up. */
tor_assert(gs);
const int REMOVE_UNLISTED_GUARDS_AFTER =
(get_remove_unlisted_guards_after_days() * 86400);
STATIC void
entry_guards_update_primary(guard_selection_t *gs)
{
- /*XXXX prop271 consider splitting this function up. */
tor_assert(gs);
// prevent recursion. Recursion is potentially very bad here.
const entry_guard_restriction_t *rst,
unsigned *state_out)
{
- /*XXXX prop271 consider splitting this function up. */
tor_assert(gs);
tor_assert(state_out);