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.
Showing
- src/or/config.c 3 additions, 2 deletionssrc/or/config.c
- src/or/directory.c 3 additions, 3 deletionssrc/or/directory.c
- src/or/networkstatus.c 1 addition, 1 deletionsrc/or/networkstatus.c
- src/or/nodelist.c 5 additions, 0 deletionssrc/or/nodelist.c
- src/or/or.h 2 additions, 0 deletionssrc/or/or.h
- src/or/routerlist.c 97 additions, 36 deletionssrc/or/routerlist.c
- src/or/routerlist.h 6 additions, 1 deletionsrc/or/routerlist.h
Loading
Please register or sign in to comment