diff options
author | Roger Dingledine <arma@torproject.org> | 2007-02-24 21:21:38 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-02-24 21:21:38 +0000 |
commit | d6c21ab8a732d61a3441b24fd8c062c3c6b38ee9 (patch) | |
tree | ac8b9aaf6d67eeb9ec370aab65ad20bd10c4cbc0 /src/or/directory.c | |
parent | bf1b4df2b60da13aac9317f5758b76ef70de7c68 (diff) | |
download | tor-d6c21ab8a732d61a3441b24fd8c062c3c6b38ee9.tar.gz tor-d6c21ab8a732d61a3441b24fd8c062c3c6b38ee9.zip |
tell the user if we're delaying his newnym request. also, pick
a different set of fenceposts.
svn:r9647
Diffstat (limited to 'src/or/directory.c')
-rw-r--r-- | src/or/directory.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/or/directory.c b/src/or/directory.c index b7a5535ca3..0dc2eccf0d 100644 --- a/src/or/directory.c +++ b/src/or/directory.c @@ -352,8 +352,8 @@ connection_dir_download_routerdesc_failed(dir_connection_t *conn) /* No need to increment the failure count for routerdescs, since * it's not their fault. */ - /* There's no relaunch descriptor downloads here: we already do it every 10 - * seconds (DESCRIPTOR_RETRY_INTERVAL) in main.c */ + /* No need to relaunch descriptor downloads here: we already do it + * every 10 seconds (DESCRIPTOR_RETRY_INTERVAL) in main.c. */ (void) conn; } @@ -2057,8 +2057,8 @@ dir_routerdesc_download_failed(smartlist_t *failed, int status_code) cp, (int)rs->n_download_failures); }); - /* There's no relaunch descriptor downloads here: we already do it every 10 - * seconds (DESCRIPTOR_RETRY_INTERVAL) in main.c */ + /* No need to relaunch descriptor downloads here: we already do it + * every 10 seconds (DESCRIPTOR_RETRY_INTERVAL) in main.c. */ } /** Given a directory <b>resource</b> request, containing zero |