diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-08-09 22:32:33 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-08-09 22:32:33 +0000 |
commit | 5070a1e3ef55550526ea4cb8180a3aff1ef5fb8a (patch) | |
tree | 543e90fa2028ea9430cc73a749d4b7069663ca7d /src | |
parent | da09efe13d0d4773df067659374a96eedff88442 (diff) | |
download | tor-5070a1e3ef55550526ea4cb8180a3aff1ef5fb8a.tar tor-5070a1e3ef55550526ea4cb8180a3aff1ef5fb8a.tar.gz |
r14103@catbus: nickm | 2007-08-09 18:30:40 -0400
Drop v1 directory support: instead, just generate stub v1 directories. This should save lots and lots of directory bandwidth, and break any code relying on v1 directories, including Tor 0.1.0.x and earlier.
svn:r11067
Diffstat (limited to 'src')
-rw-r--r-- | src/or/or.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h index 5d41658d6..e9f202a00 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -157,7 +157,7 @@ #endif /** Undefine this when it's time to stop generating v1 directories. */ -#define FULL_V1_DIRECTORIES +// #define FULL_V1_DIRECTORIES /** Undefine this when it's time to stop includeing bandwidth info in router * descriptors. */ #define INCLUDE_BW_INFO_IN_ROUTERDESCS |