[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[or-cvs] let up on the bandwidth constraints



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

Modified Files:
	or.h 
Log Message:
let up on the bandwidth constraints



Index: or.h
===================================================================
RCS file: /home/or/cvsroot/src/or/or.h,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- or.h	18 Feb 2003 01:35:55 -0000	1.46
+++ or.h	18 Feb 2003 01:55:51 -0000	1.47
@@ -46,7 +46,7 @@
                               can be lowered by config file */
 
 #define MAX_BUF_SIZE (640*1024)
-#define DEFAULT_BANDWIDTH_OP 102400
+#define DEFAULT_BANDWIDTH_OP (1024 * 1000)
 
 #define ACI_TYPE_LOWER 0
 #define ACI_TYPE_HIGHER 1