summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-06-30 16:04:20 -0400
committerNick Mathewson <nickm@torproject.org>2020-07-02 09:51:04 -0400
commitad71303f5f07972ca7576a500e4ac6f6bffbd853 (patch)
tree7d349b3a99c7099c9c29b98783b54891a4b330b1 /src
parent81d312f12c196a87f6fb0a4ba7c445afe95b6d4a (diff)
downloadtor-ad71303f5f07972ca7576a500e4ac6f6bffbd853.tar.gz
tor-ad71303f5f07972ca7576a500e4ac6f6bffbd853.zip
Remove an untrue comment in extend_cell_t
Diffstat (limited to 'src')
-rw-r--r--src/core/or/onion.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/or/onion.h b/src/core/or/onion.h
index 256f0a3f31..600e67c3cd 100644
--- a/src/core/or/onion.h
+++ b/src/core/or/onion.h
@@ -48,8 +48,7 @@ typedef struct extend_cell_t {
uint8_t cell_type;
/** An IPv4 address and port for the node we're connecting to. */
tor_addr_port_t orport_ipv4;
- /** An IPv6 address and port for the node we're connecting to. Not currently
- * used. */
+ /** An IPv6 address and port for the node we're connecting to. */
tor_addr_port_t orport_ipv6;
/** Identity fingerprint of the node we're conecting to.*/
uint8_t node_id[DIGEST_LEN];