]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Comment-only change to clarify routerstatus_t IPv4 byte order
authorteor (Tim Wilson-Brown) <teor2345@gmail.com>
Fri, 29 Apr 2016 01:03:59 +0000 (11:03 +1000)
committerNick Mathewson <nickm@torproject.org>
Thu, 5 May 2016 12:24:17 +0000 (08:24 -0400)
src/or/or.h

index 592f29502e6edbab034854a3550815097372c765..6694bb4ece64e54f990975863602e7e513d60091 100644 (file)
@@ -2215,7 +2215,7 @@ typedef struct routerstatus_t {
   /** Digest of the router's most recent descriptor or microdescriptor.
    * If it's a descriptor, we only use the first DIGEST_LEN bytes. */
   char descriptor_digest[DIGEST256_LEN];
-  uint32_t addr; /**< IPv4 address for this router. */
+  uint32_t addr; /**< IPv4 address for this router, in host order. */
   uint16_t or_port; /**< OR port for this router. */
   uint16_t dir_port; /**< Directory port for this router. */
   tor_addr_t ipv6_addr; /**< IPv6 address for this router. */