[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] allow BandwidthRate and Burst to be abbrevs in the torrc too



Update of /home/or/cvsroot/src/or
In directory moria.mit.edu:/home2/arma/work/onion/cvs/src/or

Modified Files:
	config.c 
Log Message:
allow BandwidthRate and Burst to be abbrevs in the torrc too


Index: config.c
===================================================================
RCS file: /home/or/cvsroot/src/or/config.c,v
retrieving revision 1.233
retrieving revision 1.234
diff -u -d -r1.233 -r1.234
--- config.c	9 Nov 2004 08:01:39 -0000	1.233
+++ config.c	9 Nov 2004 10:30:06 -0000	1.234
@@ -55,8 +55,8 @@
   PLURAL(RendNode),
   PLURAL(RendExcludeNode),
   { "l", "Log", 1},
-  { "BandwidthRate", "BandwidthRateBytes", 1},
-  { "BandwidthBurst", "BandwidthBurstBytes", 1},
+  { "BandwidthRate", "BandwidthRateBytes", 0},
+  { "BandwidthBurst", "BandwidthBurstBytes", 0},
   { NULL, NULL , 0},
 };
 #undef PLURAL