[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] bump the default bandwidthrate to 3 MB, and burst to 6 MB
Update of /home2/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/cvs/tor/src/or
Modified Files:
config.c
Log Message:
bump the default bandwidthrate to 3 MB, and burst to 6 MB
Index: config.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/config.c,v
retrieving revision 1.494
retrieving revision 1.495
diff -u -p -d -r1.494 -r1.495
--- config.c 17 Jan 2006 04:01:32 -0000 1.494
+++ config.c 28 Jan 2006 08:28:08 -0000 1.495
@@ -128,8 +128,8 @@ static config_var_t _option_vars[] = {
VAR("AuthDirReject", LINELIST, AuthDirReject, NULL),
VAR("AuthDirRejectUnlisted",BOOL, AuthDirRejectUnlisted,"0"),
VAR("AuthoritativeDirectory",BOOL, AuthoritativeDir, "0"),
- VAR("BandwidthBurst", MEMUNIT, BandwidthBurst, "5 MB"),
- VAR("BandwidthRate", MEMUNIT, BandwidthRate, "2 MB"),
+ VAR("BandwidthBurst", MEMUNIT, BandwidthBurst, "6 MB"),
+ VAR("BandwidthRate", MEMUNIT, BandwidthRate, "3 MB"),
VAR("ClientOnly", BOOL, ClientOnly, "0"),
VAR("ConnLimit", UINT, ConnLimit, "1024"),
VAR("ContactInfo", STRING, ContactInfo, NULL),