mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
Remove an untrue comment in extend_cell_t
This commit is contained in:
parent
81d312f12c
commit
ad71303f5f
@ -48,8 +48,7 @@ typedef struct extend_cell_t {
|
|||||||
uint8_t cell_type;
|
uint8_t cell_type;
|
||||||
/** An IPv4 address and port for the node we're connecting to. */
|
/** An IPv4 address and port for the node we're connecting to. */
|
||||||
tor_addr_port_t orport_ipv4;
|
tor_addr_port_t orport_ipv4;
|
||||||
/** An IPv6 address and port for the node we're connecting to. Not currently
|
/** An IPv6 address and port for the node we're connecting to. */
|
||||||
* used. */
|
|
||||||
tor_addr_port_t orport_ipv6;
|
tor_addr_port_t orport_ipv6;
|
||||||
/** Identity fingerprint of the node we're conecting to.*/
|
/** Identity fingerprint of the node we're conecting to.*/
|
||||||
uint8_t node_id[DIGEST_LEN];
|
uint8_t node_id[DIGEST_LEN];
|
||||||
|
Loading…
Reference in New Issue
Block a user