Get rid of the router_retry_connections notion. Now routers no longer
commit05d0b705734b43d1986be2b999de904676f854c0
authorRoger Dingledine <arma@torproject.org>
Tue, 4 Jul 2006 03:31:27 +0000 (4 03:31 +0000)
committerRoger Dingledine <arma@torproject.org>
Tue, 4 Jul 2006 03:31:27 +0000 (4 03:31 +0000)
tree80816dfb5679e587ce851935ed15b93f91d0ae30
parentff1b4764e900760a45e3690c18d56e26e51bfa5a
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
src/or/dirserv.c
src/or/main.c
src/or/or.h
src/or/router.c