diff options
author | Roger Dingledine <arma@torproject.org> | 2012-10-03 20:17:37 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2012-10-03 20:17:37 -0400 |
commit | e50fa0d6cb467e8f6d41995eb6d03d74e9f64e04 (patch) | |
tree | 9e98a27655f05e3a61b5a6565700835cfc509f9a /changes | |
parent | c88a4c51b4cd2d6d584231a44a6e4ea4ac7396a0 (diff) | |
download | tor-e50fa0d6cb467e8f6d41995eb6d03d74e9f64e04.tar tor-e50fa0d6cb467e8f6d41995eb6d03d74e9f64e04.tar.gz |
Refuse extra create cells with reason "resource limit"
In the past we had used reason "internal", which is more vague than
it needs to be. Resolves bug 7037.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug7037 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug7037 b/changes/bug7037 new file mode 100644 index 000000000..fc3a1ad1c --- /dev/null +++ b/changes/bug7037 @@ -0,0 +1,6 @@ + o Minor bugfixes: + - When relays refuse a "create" cell because their queue of pending + create cells is too big (typically because their cpu can't keep up + with the arrival rate), send back reason "resource limit" rather + than reason "internal", so network measurement scripts can get a + more accurate picture. Bugfix on 0.1.1.11-alpha; fixes bug 7037. |