mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-30 15:43:32 +01:00
minor touchups on or.h
svn:r12511
This commit is contained in:
parent
0e442e098c
commit
116a0f0f22
@ -1330,7 +1330,7 @@ typedef struct routerstatus_t {
|
|||||||
unsigned int is_named:1; /**< True iff "nickname" belongs to this router. */
|
unsigned int is_named:1; /**< True iff "nickname" belongs to this router. */
|
||||||
unsigned int is_unnamed:1; /**< True iff "nickname" belongs to another
|
unsigned int is_unnamed:1; /**< True iff "nickname" belongs to another
|
||||||
* router. */
|
* router. */
|
||||||
unsigned int is_valid:1; /**< True iff this router is validated. */
|
unsigned int is_valid:1; /**< True iff this router isn't invalid. */
|
||||||
unsigned int is_v2_dir:1; /**< True iff this router can serve directory
|
unsigned int is_v2_dir:1; /**< True iff this router can serve directory
|
||||||
* information with v2 of the directory
|
* information with v2 of the directory
|
||||||
* protocol. (All directory caches cache v1
|
* protocol. (All directory caches cache v1
|
||||||
@ -1341,8 +1341,8 @@ typedef struct routerstatus_t {
|
|||||||
* an exit node. */
|
* an exit node. */
|
||||||
unsigned int is_bad_directory:1; /**< Do we think this directory is junky,
|
unsigned int is_bad_directory:1; /**< Do we think this directory is junky,
|
||||||
* underpowered, or otherwise useless? */
|
* underpowered, or otherwise useless? */
|
||||||
unsigned int is_hs_dir:1; /** True iff this router is a hidden service
|
unsigned int is_hs_dir:1; /** True iff this router is a v2-or-later hidden
|
||||||
* directory. */
|
* service directory. */
|
||||||
/** True iff we know version info for this router. (i.e., a "v" entry was
|
/** True iff we know version info for this router. (i.e., a "v" entry was
|
||||||
* included.) We'll replace all these with a big tor_version_t or a char[]
|
* included.) We'll replace all these with a big tor_version_t or a char[]
|
||||||
* if the number of traits we care about ever becomes incredibly big. */
|
* if the number of traits we care about ever becomes incredibly big. */
|
||||||
|
Loading…
Reference in New Issue
Block a user