diff options
author | Nick Mathewson <nickm@torproject.org> | 2021-02-08 10:44:58 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2021-02-08 10:44:58 -0500 |
commit | 576e248bc23c2dee24e92569c84ff06a8b53b13e (patch) | |
tree | 682659c9f19bf370c2bdbe5023ad8dd52857ac6b /src/app/config/config.c | |
parent | 90add50550f2e101de5383e926d1f2729d8987ce (diff) | |
parent | a634f6b64c485dc2e4ff326e46340dbff2ad49d5 (diff) | |
download | tor-576e248bc23c2dee24e92569c84ff06a8b53b13e.tar.gz tor-576e248bc23c2dee24e92569c84ff06a8b53b13e.zip |
Merge remote-tracking branch 'tor-gitlab/mr/278'
Diffstat (limited to 'src/app/config/config.c')
-rw-r--r-- | src/app/config/config.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/app/config/config.c b/src/app/config/config.c index 1a1f3a674b..a4dbac4b49 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"), |