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

[or-cvs] move the periodic buffer shrinking interval from 3 mins to ...



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

Modified Files:
	main.c 
Log Message:
move the periodic buffer shrinking interval from 3 mins to 1 min


Index: main.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/main.c,v
retrieving revision 1.494
retrieving revision 1.495
diff -u -d -r1.494 -r1.495
--- main.c	7 May 2005 04:49:09 -0000	1.494
+++ main.c	14 May 2005 01:11:45 -0000	1.495
@@ -102,7 +102,7 @@
 #endif
 
 #define CHECK_DESCRIPTOR_INTERVAL 60 /* one minute */
-#define BUF_SHRINK_INTERVAL 180 /* three minutes */
+#define BUF_SHRINK_INTERVAL 60 /* one minute */
 #define TIMEOUT_UNTIL_UNREACHABILITY_COMPLAINT (20*60) /* 20 minutes */
 
 /********* END VARIABLES ************/