mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Vote on the StaleDesc flag from prop293
The StaleDesc flag tells relays that they need to upload a new descriptor soon, or they will drop out of the consensus.
This commit is contained in:
@@ -434,6 +434,8 @@ routerstatus_parse_entry_from_string(memarea_t *area,
|
||||
rs->is_hs_dir = 1;
|
||||
} else if (!strcmp(tok->args[i], "V2Dir")) {
|
||||
rs->is_v2_dir = 1;
|
||||
} else if (!strcmp(tok->args[i], "StaleDesc")) {
|
||||
rs->is_staledesc = 1;
|
||||
}
|
||||
}
|
||||
/* These are implied true by having been included in a consensus made
|
||||
|
||||
Reference in New Issue
Block a user