mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Authorities also advertise caches-extra-info
(Whoops, thought I had committed this before) Improvement to 11683 fix. Based on patch from Karsten.
This commit is contained in:
+2
-1
@@ -2371,7 +2371,8 @@ router_dump_router_to_string(routerinfo_t *router,
|
||||
has_extra_info_digest ? "extra-info-digest " : "",
|
||||
has_extra_info_digest ? extra_info_digest : "",
|
||||
has_extra_info_digest ? "\n" : "",
|
||||
options->DownloadExtraInfo ? "caches-extra-info\n" : "",
|
||||
(options->DownloadExtraInfo || options->V3AuthoritativeDir) ?
|
||||
"caches-extra-info\n" : "",
|
||||
onion_pkey, identity_pkey,
|
||||
family_line,
|
||||
we_are_hibernating() ? "hibernating 1\n" : "",
|
||||
|
||||
Reference in New Issue
Block a user