aboutsummaryrefslogtreecommitdiff
path: root/src/app/config/config.c
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2021-01-27 10:19:51 -0500
committerDavid Goulet <dgoulet@torproject.org>2021-01-27 10:37:36 -0500
commita634f6b64c485dc2e4ff326e46340dbff2ad49d5 (patch)
tree08e700fe4f98e66a950ce10a4b40fe3ceb375a35 /src/app/config/config.c
parentfd5a72078cf405ae60ebe4ca608cbe2b203d0258 (diff)
downloadtor-a634f6b64c485dc2e4ff326e46340dbff2ad49d5.tar.gz
tor-a634f6b64c485dc2e4ff326e46340dbff2ad49d5.zip
dos: Move config options within the subsystem
Closes #40261 Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'src/app/config/config.c')
-rw-r--r--src/app/config/config.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/app/config/config.c b/src/app/config/config.c
index 2d4155e9bc..9f366f9ee4 100644
--- a/src/app/config/config.c
+++ b/src/app/config/config.c
@@ -428,19 +428,6 @@ static const config_var_t option_vars_[] = {
V(DormantTimeoutDisabledByIdleStreams, BOOL, "1"),
V(DormantOnFirstStartup, BOOL, "0"),
V(DormantCanceledByStartup, BOOL, "0"),
- /* DoS circuit creation options. */
- V(DoSCircuitCreationEnabled, AUTOBOOL, "auto"),
- V(DoSCircuitCreationMinConnections, POSINT, "0"),
- V(DoSCircuitCreationRate, POSINT, "0"),
- V(DoSCircuitCreationBurst, POSINT, "0"),
- V(DoSCircuitCreationDefenseType, INT, "0"),
- V(DoSCircuitCreationDefenseTimePeriod, INTERVAL, "0"),
- /* DoS connection options. */
- V(DoSConnectionEnabled, AUTOBOOL, "auto"),
- V(DoSConnectionMaxConcurrentCount, POSINT, "0"),
- V(DoSConnectionDefenseType, INT, "0"),
- /* DoS single hop client options. */
- V(DoSRefuseSingleHopClientRendezvous, AUTOBOOL, "auto"),
V(DownloadExtraInfo, BOOL, "0"),
V(TestingEnableConnBwEvent, BOOL, "0"),
V(TestingEnableCellStatsEvent, BOOL, "0"),