[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
- To: or-cvs@freehaven.net
- Subject: [or-cvs] allow BandwidthRate and Burst to be abbrevs in the torrc too
- From: arma@seul.org (Roger Dingledine)
- Date: Tue, 9 Nov 2004 05:30:09 -0500 (EST)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Tue, 09 Nov 2004 05:30:32 -0500
- Reply-to: or-dev@freehaven.net
- Sender: owner-or-cvs@freehaven.net
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