commit 8fbcc055e5e7217404039e84e23cf35c5435dbe5 Author: teor teor@riseup.net Date: Wed May 13 15:34:37 2020 +1000
node: Clean up some outdated comments
Part of 34200. --- src/feature/nodelist/node_st.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/src/feature/nodelist/node_st.h b/src/feature/nodelist/node_st.h index b1ec4db20..3769f9dc8 100644 --- a/src/feature/nodelist/node_st.h +++ b/src/feature/nodelist/node_st.h @@ -84,12 +84,11 @@ struct node_t {
/* Local info: derived. */
- /** True if the IPv6 OR port is preferred over the IPv4 OR port. - * XX/teor - can this become out of date if the torrc changes? */ + /** True if the IPv6 OR port is preferred over the IPv4 OR port. */ unsigned int ipv6_preferred:1;
/** According to the geoip db what country is this router in? */ - /* XXXprop186 what is this suppose to mean with multiple OR ports? */ + /* IPv6: what is this supposed to mean with multiple OR ports? */ country_t country;
/* The below items are used only by authdirservers for
tor-commits@lists.torproject.org