summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDamian Johnson <atagar@torproject.org>2010-12-22 09:15:24 -0800
committerNick Mathewson <nickm@torproject.org>2011-01-03 12:04:56 -0500
commit8708ffa655820df9db587228a6a60a9d1ccbf039 (patch)
treec6ca1376e532a31ccd817b6bda884dcef48bdbcf /doc
parent93a6d53ef33f61a711c7a5b0583dae88a160d730 (diff)
downloadtor-8708ffa655820df9db587228a6a60a9d1ccbf039.tar.gz
tor-8708ffa655820df9db587228a6a60a9d1ccbf039.zip
Implementing getinfo options for the pid, uid, user, and descriptor limit as per proposal 173.
Diffstat (limited to 'doc')
-rw-r--r--doc/spec/control-spec.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/spec/control-spec.txt b/doc/spec/control-spec.txt
index e8a314c930..45fa3e7c84 100644
--- a/doc/spec/control-spec.txt
+++ b/doc/spec/control-spec.txt
@@ -566,6 +566,15 @@
"next-circuit/IP:port"
XXX todo.
+ "process/pid" -- Process id belonging to the main tor process.
+ "process/uid" -- User id running the tor process, -1 if unknown (this is
+ unimplemented on Windows, returning -1).
+ "process/user" -- Username under which the tor process is running,
+ providing an empty string if none exists (this is unimplemented on
+ Windows, returning an empty string).
+ "process/descriptor-limit" -- Upper bound on the file descriptor limit, -1
+ if unknown.
+
"dir/status-vote/current/consensus" [added in Tor 0.2.1.6-alpha]
"dir/status/authority"
"dir/status/fp/<F>"