[or-cvs] r24043: {arm} Summaries for the remaining general config options in Tor v0 (arm/trunk/src)

Damian Johnson atagar1 at gmail.com
Thu Jan 6 17:05:13 UTC 2011


Author: atagar
Date: 2011-01-06 17:05:13 +0000 (Thu, 06 Jan 2011)
New Revision: 24043

Modified:
   arm/trunk/src/settings.cfg
Log:
Summaries for the remaining general config options in Tor v0.2.2.13-alpha.



Modified: arm/trunk/src/settings.cfg
===================================================================
--- arm/trunk/src/settings.cfg	2011-01-06 16:03:50 UTC (rev 24042)
+++ arm/trunk/src/settings.cfg	2011-01-06 17:05:13 UTC (rev 24043)
@@ -18,14 +18,24 @@
 config.summary.CookieAuthFileGroupReadable Group read permissions for the authentication cookie
 config.summary.DataDirectory Location for storing runtime data (state, keys, etc)
 config.summary.DirServer Alternative directory authorities
+config.summary.AlternateDirAuthority Alternative directory authorities (consensus only)
+config.summary.AlternateHSAuthority Alternative directory authorities (hidden services only)
+config.summary.AlternateBridgeAuthority Alternative directory authorities (bridges only)
+config.summary.DisableAllSwap Locks all allocated memory so they can't be paged out
+config.summary.FetchDirInfoEarly Keeps consensus information up to date, even if unnecessary
+config.summary.FetchDirInfoExtraEarly Updates consensus information when it's first available
 config.summary.FetchHidServDescriptors Toggles if hidden service descriptors are fetched automatically or not
 config.summary.FetchServerDescriptors Toggles if the consensus is fetched automatically or not
 config.summary.FetchUselessDescriptors Toggles if relay descriptors are fetched when they aren't strictly necessary
 config.summary.Group GID for the process when started
-config.summary.HttpProxy HTTP proxy for fetching directory requests
+config.summary.HttpProxy HTTP proxy for connecting to tor
 config.summary.HttpProxyAuthenticator Authentication credentials for HttpProxy
-config.summary.HttpsProxy SSL proxy for fetching directory requests
+config.summary.HttpsProxy SSL proxy for connecting to tor
 config.summary.HttpsProxyAuthenticator Authentication credentials for HttpsProxy
+config.summary.Socks4Proxy SOCKS 4 proxy for connecting to tor
+config.summary.Socks5Proxy SOCKS 5 for connecting to tor
+config.summary.Socks5ProxyUsername Username for connecting to the Socks5Proxy
+config.summary.Socks5ProxyPassword Password for connecting to the Socks5Proxy
 config.summary.KeepalivePeriod Rate at which to send keepalive packets
 config.summary.Log Runlevels and location for tor logging
 config.summary.OutboundBindAddress Sets the IP used for connecting to tor
@@ -35,9 +45,12 @@
 config.summary.SafeLogging Toggles if logs are scrubbed of sensitive information
 config.summary.User UID for the process when started
 config.summary.HardwareAccel Toggles if tor attempts to use hardware acceleration
+config.summary.AccelName OpenSSL engine name for crypto acceleration
+config.summary.AccelDir Crypto acceleration library path
 config.summary.AvoidDiskWrites Toggles if tor avoids frequently writing to disk
 config.summary.TunnelDirConns Toggles if directory requests can be made over the ORPort
 config.summary.PreferTunneledDirConns Avoids directory requests that can't be made over the ORPort if set
+config.summary.CircuitPriorityHalflife Overwrite method for prioritizing traffic among relayed connections
 
 # Snippets from common log messages
 # These are static bits of log messages, used to determine when entries with



More information about the tor-commits mailing list