summaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-07-13 07:42:20 +0000
committerRoger Dingledine <arma@torproject.org>2004-07-13 07:42:20 +0000
commit86e0ede07eb24aa8e74f5b27bec204d10d5e9fe5 (patch)
treeb922897299f5b5a8176221324cd7f1ebb1cf6156 /src/or/or.h
parent017d7d1fb3f03cc421186c92bfb2e1350b4b7c0b (diff)
downloadtor-86e0ede07eb24aa8e74f5b27bec204d10d5e9fe5.tar.gz
tor-86e0ede07eb24aa8e74f5b27bec204d10d5e9fe5.zip
checkpoint: start working on bandwidth tracking and
letting clients evaluate whether they're suitable servers svn:r2037
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h
index ac72b33228..61ed9a5a22 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -840,6 +840,7 @@ typedef struct {
int SocksPort; /**< Port to listen on for SOCKS connections. */
int DirPort; /**< Port to listen on for directory connections. */
int AuthoritativeDir; /**< Boolean: is this an authoritative directory? */
+ int ClientOnly; /**< Boolean: should we never evolve into a server role? */
int MaxConn; /**< Maximum number of simultaneous connections. */
int TrafficShaping; /**< Unused. */
int LinkPadding; /**< Unused. */