]> git.ipfire.org Git - thirdparty/tor.git/commit
Start refactoring trusted_dir_servers into trusted and fallback lists
authorNick Mathewson <nickm@torproject.org>
Mon, 10 Sep 2012 19:23:39 +0000 (15:23 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 6 Dec 2012 16:23:43 +0000 (11:23 -0500)
commit5c51b3f1f0d4c394392aa6fce89bbe0960117771
tree8c4c512f91e3d5e22ab246205f6030684a33b4d6
parent404e3dd48149434a22c6b27bc253afd78ce5a9bf
Start refactoring trusted_dir_servers into trusted and fallback lists

We use trusted_dir_server_t for two pieces of functionality: a list of
all directory authorities, and a list of initial places to look for
a directory.  With this patch we start to separate those two roles.

There is as of now no actual way to be a fallback directory without being
an authority.
src/or/config.c
src/or/directory.c
src/or/networkstatus.c
src/or/nodelist.c
src/or/or.h
src/or/routerlist.c
src/or/routerlist.h