[or-cvs] Document accounting

Nick Mathewson nickm at seul.org
Tue Nov 9 05:18:17 UTC 2004


Update of /home/or/cvsroot/src/or
In directory moria.mit.edu:/tmp/cvs-serv7409/src/or

Modified Files:
	config.c 
Log Message:
Document accounting

Index: config.c
===================================================================
RCS file: /home/or/cvsroot/src/or/config.c,v
retrieving revision 1.219
retrieving revision 1.220
diff -u -d -r1.219 -r1.220
--- config.c	9 Nov 2004 04:46:24 -0000	1.219
+++ config.c	9 Nov 2004 05:18:15 -0000	1.220
@@ -126,7 +126,7 @@
   OBSOLETE("LinkPadding"),
   VAR("MaxConn",             UINT,     MaxConn,              "1024"),
   VAR("MaxOnionsPending",    UINT,     MaxOnionsPending,     "100"),
-  VAR("MonthlyAccountingStart",UINT,   AccountingStart,      "0"),
+  VAR("MonthlyAccountingStart",UINT,   AccountingStart,      "1"),
   VAR("AccountingMaxKB",     UINT,     AccountingMaxKB,      "0"),
   VAR("Nickname",            STRING,   Nickname,             NULL),
   VAR("NewCircuitPeriod",    UINT,     NewCircuitPeriod,     "30"),



More information about the tor-commits mailing list