diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-02-02 15:00:35 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-02-02 15:00:35 -0500 |
commit | eafa252b26ecf83a8a48e7e19a3315e1d2983186 (patch) | |
tree | 138718b77c1f7de05512f2dd6f674dd000baad05 /changes | |
parent | 9e48338a12fd1fef840dc49c702b4a628af67cc0 (diff) | |
parent | 475218c108ad84aa302f0daec013faab9ff778f2 (diff) | |
download | tor-eafa252b26ecf83a8a48e7e19a3315e1d2983186.tar.gz tor-eafa252b26ecf83a8a48e7e19a3315e1d2983186.zip |
Merge remote-tracking branch 'dgoulet/ticket24902_029_05'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket25122 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket25122 b/changes/ticket25122 new file mode 100644 index 0000000000..2921811b22 --- /dev/null +++ b/changes/ticket25122 @@ -0,0 +1,4 @@ + o Minor feature (geoip cache): + - Make our OOM handler aware of the geoip client history cache so it + doesn't fill up the memory which is especially important for IPv6 and + our DoS mitigation subsystem. Closes ticket 25122. |