aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2008-04-24 15:39:08 +0000
committerPeter Palfrader <peter@palfrader.org>2008-04-24 15:39:08 +0000
commit901ee58c5348924d7eb06abd090f80441d5e262d (patch)
tree864e3c02d1df168e4764ca6aa18f7d78776ff977 /src/or/or.h
parentc65121b81fe98e0dab7329730b6e7c98f66f19fe (diff)
downloadtor-901ee58c5348924d7eb06abd090f80441d5e262d.tar.gz
tor-901ee58c5348924d7eb06abd090f80441d5e262d.zip
Enable conditional consensus downloading starting with 0.2.1.1-alpha servers
svn:r14449
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/or/or.h b/src/or/or.h
index 4dffef89f7..592cef764a 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -709,11 +709,6 @@ typedef enum {
/** Largest number of bytes that can fit in a relay cell payload. */
#define RELAY_PAYLOAD_SIZE (CELL_PAYLOAD_SIZE-RELAY_HEADER_SIZE)
-/** Version that started supporting conditional consensus downloading
- * as a dirserver. This define can go once we know the answer and
- * want to use the feature. */
-// #define SUPPORTS_CONDITIONAL_CONSENSUS_SINCE_VERSION "0.2.1.1"
-
/** Parsed onion routing cell. All communication between nodes
* is via cells. */
typedef struct cell_t {