mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
When we're doing filtering ssl bufferevents, we want the rate-limits to apply to the lowest level of the bufferevent stack, so that we're actually limiting bytes sent on the network. Otherwise, we'll read from the network aggressively, and only limit stuff as we process it.
4 lines
229 B
Text
4 lines
229 B
Text
o Major bugfixes (bufferevents):
|
|
- Apply rate-limiting only at the bottom of a chain of filtering
|
|
bufferevents. This prevents us from filling up internal memory
|
|
buffers. Bugfix on 0.2.3.1-alpha; fixes bug 3804.
|