summaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-07-04 03:31:27 +0000
committerRoger Dingledine <arma@torproject.org>2006-07-04 03:31:27 +0000
commit05d0b705734b43d1986be2b999de904676f854c0 (patch)
tree80816dfb5679e587ce851935ed15b93f91d0ae30 /src/or/or.h
parentff1b4764e900760a45e3690c18d56e26e51bfa5a (diff)
downloadtor-05d0b705734b43d1986be2b999de904676f854c0.tar.gz
tor-05d0b705734b43d1986be2b999de904676f854c0.zip
Get rid of the router_retry_connections notion. Now routers no longer
try to rebuild long-term connections to directory authorities, and directory authorities no longer try to rebuild long-term connections to all servers. We still don't hang up connections in these two cases though -- we need to look at it more carefully to avoid flapping, and we likely need to wait til 0.1.1.x is obsolete. svn:r6712
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h
index 113fda026f..f419a7a259 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -1956,6 +1956,7 @@ void dirserv_orconn_tls_done(const char *address,
const char *digest_rcvd,
const char *nickname,
int as_advertised);
+void dirserv_test_reachability(int try_all);
int authdir_wants_to_reject_router(routerinfo_t *ri, const char **msg,
int complain);
int dirserv_would_reject_router(routerstatus_t *rs);
@@ -2271,7 +2272,6 @@ int server_mode(or_options_t *options);
int advertised_server_mode(void);
int proxy_mode(or_options_t *options);
-void router_retry_connections(int testing_reachability, int try_all);
int router_is_clique_mode(routerinfo_t *router);
void router_upload_dir_desc_to_dirservers(int force);
void mark_my_descriptor_dirty_if_older_than(time_t when);