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 /doc/dir-spec.txt | |
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 'doc/dir-spec.txt')
-rw-r--r-- | doc/dir-spec.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/dir-spec.txt b/doc/dir-spec.txt index 5e730bafd8..bbce148ed3 100644 --- a/doc/dir-spec.txt +++ b/doc/dir-spec.txt @@ -215,10 +215,10 @@ $Id$ "accept" exitpattern "reject" exitpattern - These lines, in order, describe the rules that an OR follows when + These lines describe the rules that an OR follows when deciding whether to allow a new stream to a given address. The 'exitpattern' syntax is described below. The rules are considered in - order; if no rule matches, the address will be accept. For clarity, + order; if no rule matches, the address will be accepted. For clarity, the last such entry SHOULD be accept *:* or reject *:*. "router-signature" NL Signature NL |