mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Add "HiddenServiceMaxStreams" as a per-HS tunable.
When set, this limits the maximum number of simultaneous streams per rendezvous circuit on the server side of a HS, with further RELAY_BEGIN cells being silently ignored. This can be modified via "HiddenServiceMaxStreamsCloseCircuit", which if set will cause offending rendezvous circuits to be torn down instead. Addresses part of #16052.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
o Minor features (hidden service):
|
||||
- Add the new options "HiddenServiceMaxStreams" and
|
||||
"HiddenServiceMaxStreamsCloseCircuit" to allow hidden services to limit
|
||||
the maximum number of simultaneous streams per circuit, and optionally
|
||||
tear down the circuit when the limit is exceeded. Part of ticket 16052.
|
||||
Reference in New Issue
Block a user