Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Tor Specifications
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
Core
Tor Specifications
Merge requests
!65
param: Add overload onionskin ntor parameters
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
param: Add overload onionskin ntor parameters
dgoulet/torspec:ticket40560_01
into
main
Overview
1
Commits
1
Pipelines
0
Changes
1
Closed
David Goulet
requested to merge
dgoulet/torspec:ticket40560_01
into
main
3 years ago
Overview
1
Commits
1
Pipelines
0
Changes
1
Expand
Related to
tor#40560 (closed)
Signed-off-by: David Goulet
dgoulet@torproject.org
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
0614ab8f
1 commit,
3 years ago
1 file
+
15
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
param-spec.txt
+
15
−
0
Options
@@ -208,6 +208,21 @@ Table of Contents
First-appeared: 0.4.6.8
Deprecated: 0.4.7.3-alpha-dev
"overload_onionskin_ntor_scale_percent" -- This value is a percentage of
how many onionskin ntor drop over N seconds we accept before reporting the
overload general state. It is scaled by a factor of 1000 in order to be
able to represent decimal point. As an example, a value of 1000 means 1%.
Min: 0. Max: 100000. Default: 1000.
First-appeared: 0.4.7.5-alpha
"overload_onionskin_ntor_period_secs" -- This value is the period in
seconds of the onionskin ntor overload measurements (the N in the
"overload_onionskin_ntor_scale_percent" parameter). For this amount of
seconds, we will gather onionskin ntor statistics and at the end, we'll do
an assessment on the overload general signal.
Min: 0. Max: 2147483647. Default: 600
First-appeared: 0.4.7.5-alpha
8. V3 onion service parameters
"hs_intro_min_introduce2", "hs_intro_max_introduce2" --
Loading