diff options
author | trinity-1686a <trinity@deuxfleurs.fr> | 2023-09-10 16:47:17 +0200 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2023-10-18 13:06:10 -0400 |
commit | 3970ee6a07035c6028edd890b5d28bb7a71e0833 (patch) | |
tree | 5c719ec75053a1048905ec85c78d090e0fa70704 /changes/ticket40736 | |
parent | f8b259c2fe2208889a26a7d9494fea0c1b97f7a4 (diff) | |
download | tor-3970ee6a07035c6028edd890b5d28bb7a71e0833.tar.gz tor-3970ee6a07035c6028edd890b5d28bb7a71e0833.zip |
add changes/ and man entries for stream dos mitigation
Diffstat (limited to 'changes/ticket40736')
-rw-r--r-- | changes/ticket40736 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket40736 b/changes/ticket40736 new file mode 100644 index 0000000000..8f233308a4 --- /dev/null +++ b/changes/ticket40736 @@ -0,0 +1,5 @@ + o Minor feature (exit relay, DoS(resitance): + - Implement a token-bucket based rate limiter for stream creation and + resolve request. It is configured by the DoSStream* family of + configuration options. + Closes ticket 40736. |