aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-10-04 12:49:13 -0400
committerNick Mathewson <nickm@torproject.org>2012-10-04 12:49:13 -0400
commitbe33c3f6006c4cb06e21483c0c0460502ac2c366 (patch)
tree82f21f374c48f7e7a7eba1fe99e2dec00d826b1b /changes
parentd92d3f33356af002892ba5754d9d36cc4504c95f (diff)
parent0a3dfd0423e230bf5b29c21623480af777bb22c1 (diff)
downloadtor-be33c3f6006c4cb06e21483c0c0460502ac2c366.tar
tor-be33c3f6006c4cb06e21483c0c0460502ac2c366.tar.gz
Merge remote-tracking branch 'origin/maint-0.2.3'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug70376
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.