Bug 29204: Inspect circuit queues before sending padding.

Mitigates OOM conditions at relays.
This commit is contained in:
Mike Perry
2019-02-21 01:34:55 +00:00
committed by Nick Mathewson
parent d9010c5b67
commit ff410edec0
2 changed files with 21 additions and 4 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor bugfixes (circuitpadding):
- Inspect circuit-level cell queue before sending padding, to avoid
sending padding while too much data is queued. Fixes bug 29204;
bugfix on 0.4.0.1-alpha.