mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
Document has_ed25519_listing
This commit is contained in:
parent
13a31e72db
commit
60ca3f358f
1 changed files with 3 additions and 1 deletions
|
@ -2377,7 +2377,9 @@ typedef struct vote_routerstatus_t {
|
|||
char *version; /**< The version that the authority says this router is
|
||||
* running. */
|
||||
unsigned int has_measured_bw:1; /**< The vote had a measured bw */
|
||||
unsigned int has_ed25519_listing:1; /** DOCDOC */
|
||||
/** True iff the vote included an entry for ed25519 ID, or included
|
||||
* "id ed25519 none" to indicate that there was no ed25519 ID. */
|
||||
unsigned int has_ed25519_listing:1;
|
||||
unsigned int ed25519_reflects_consensus:1; /** DOCDOC */
|
||||
uint32_t measured_bw_kb; /**< Measured bandwidth (capacity) of the router */
|
||||
/** The hash or hashes that the authority claims this microdesc has. */
|
||||
|
|
Loading…
Add table
Reference in a new issue