mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
r13986@catbus: nickm | 2007-07-29 09:15:03 -0400
Answer comment from Roger. svn:r10971
This commit is contained in:
parent
a68e6e23c9
commit
616152486f
@ -1739,6 +1739,9 @@ _compare_routerinfo_by_ip_and_bw(const void **a, const void **b)
|
|||||||
|
|
||||||
/* XXX020 k n lg n memcmps could show up bigtime in profiling. If
|
/* XXX020 k n lg n memcmps could show up bigtime in profiling. If
|
||||||
* they do, I suggest we just give authorities a free pass. -RD */
|
* they do, I suggest we just give authorities a free pass. -RD */
|
||||||
|
/* I think we're fine. Remember, in nearly all cases, the addresses
|
||||||
|
* will be different and we'll never actually reach this point. -NM */
|
||||||
|
|
||||||
first_is_auth =
|
first_is_auth =
|
||||||
router_digest_is_trusted_dir(first->cache_info.identity_digest);
|
router_digest_is_trusted_dir(first->cache_info.identity_digest);
|
||||||
second_is_auth =
|
second_is_auth =
|
||||||
|
Loading…
Reference in New Issue
Block a user