diff options
author | Roger Dingledine <arma@torproject.org> | 2006-12-23 08:48:16 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-12-23 08:48:16 +0000 |
commit | 488b4726a76c62313518e380576aec530ea44b48 (patch) | |
tree | 4cbd5a574e2b260f73f6f4ddc656367bfd99c2af /src/or/or.h | |
parent | 94d7d8d88fce35a4db28c287d258d1890a7c73f8 (diff) | |
download | tor-488b4726a76c62313518e380576aec530ea44b48.tar.gz tor-488b4726a76c62313518e380576aec530ea44b48.zip |
reinstate the most important dead chickens for limiting
impact of directory writes now that we're write limiting.
a few more dead chickens remain.
svn:r9170
Diffstat (limited to 'src/or/or.h')
-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 3c3901d8ae..d8144af52b 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -1976,7 +1976,7 @@ int retry_all_listeners(int force, smartlist_t *replaced_conns, smartlist_t *new_conns); int connection_bucket_write_limit(connection_t *conn); -int global_write_bucket_empty(void); +int global_write_bucket_low(size_t attempt, int priority); void connection_bucket_init(void); void connection_bucket_refill(int seconds_elapsed); |