mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
db7bde08be
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.
6 lines
326 B
Plaintext
6 lines
326 B
Plaintext
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.
|