From 9c67ae34f106828d5035b4f8a466766ce60a83a5 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Mon, 20 Jun 2005 23:04:13 +0000 Subject: overall cleanup and streamlining and doccing also fix a DoS avenue on dirservers svn:r4468 --- src/or/directory.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/or/directory.c') diff --git a/src/or/directory.c b/src/or/directory.c index 4f53078fa..be88cb164 100644 --- a/src/or/directory.c +++ b/src/or/directory.c @@ -54,14 +54,6 @@ static int purpose_is_private(uint8_t purpose); static addr_policy_t *dir_policy = NULL; -#if 0 /* commented out for now, since for now what clients send is - different from what servers want to receive */ -/** URL for publishing rendezvous descriptors. */ -char rend_publish_string[] = "/tor/rendezvous/publish"; -/** Prefix for downloading rendezvous descriptors. */ -char rend_fetch_url[] = "/tor/rendezvous/"; -#endif - #define ALLOW_DIRECTORY_TIME_SKEW 30*60 /* 30 minutes */ /********* END VARIABLES ************/ -- cgit v1.2.3