diff options
author | David Goulet <dgoulet@torproject.org> | 2022-11-30 13:48:53 -0500 |
---|---|---|
committer | Mike Perry <mikeperry-git@torproject.org> | 2023-04-06 15:57:10 +0000 |
commit | a9fc6c937c42d879850ea46366a9fad8ff6d404b (patch) | |
tree | fe79c94c41dd005cfdd119f3c7ee439673f74058 /src/feature/nodelist/nodelist.h | |
parent | 447775a5e0b2178b44826cf6802a9c5e779a45d1 (diff) | |
download | tor-a9fc6c937c42d879850ea46366a9fad8ff6d404b.tar.gz tor-a9fc6c937c42d879850ea46366a9fad8ff6d404b.zip |
protover: Support Relay=5 for Conflux (prop329)
Closes #40721
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'src/feature/nodelist/nodelist.h')
-rw-r--r-- | src/feature/nodelist/nodelist.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/feature/nodelist/nodelist.h b/src/feature/nodelist/nodelist.h index 5a45490dbb..3d5ad9c0ea 100644 --- a/src/feature/nodelist/nodelist.h +++ b/src/feature/nodelist/nodelist.h @@ -84,6 +84,7 @@ bool node_supports_establish_intro_dos_extension(const node_t *node); bool node_supports_initiating_ipv6_extends(const node_t *node); bool node_supports_accepting_ipv6_extends(const node_t *node, bool need_canonical_ipv6_conn); +bool node_supports_conflux(const node_t *node); const uint8_t *node_get_rsa_id_digest(const node_t *node); MOCK_DECL(smartlist_t *,node_get_link_specifier_smartlist,(const node_t *node, |