From 4cc348e896f74a4e02ef15a77d22fc636b08afae Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 8 Nov 2010 14:21:32 -0500 Subject: Code to make clients fetch and use microdescriptors for circuit building To turn this on, set UseMicrodescriptors to "1" (or "auto" if you want it on-if-you're-a-client). It should go auto-by-default once 0.2.3.1-alpha is released. Because of our node logic, directory caches will never use microdescriptors when they have the right routerinfo available. --- src/or/directory.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/or/directory.h') diff --git a/src/or/directory.h b/src/or/directory.h index 9f4c31d9f..caff938e5 100644 --- a/src/or/directory.h +++ b/src/or/directory.h @@ -13,7 +13,6 @@ #define _TOR_DIRECTORY_H int directories_have_accepted_server_descriptor(void); -char *dirinfo_type_to_string(dirinfo_type_t auth); void directory_post_to_dirservers(uint8_t dir_purpose, uint8_t router_purpose, dirinfo_type_t type, const char *payload, size_t payload_len, size_t extrainfo_len); -- cgit v1.2.3