[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] move the periodic buffer shrinking interval from 3 mins to ...
- To: or-cvs@xxxxxxxxxxxxx
- Subject: [or-cvs] move the periodic buffer shrinking interval from 3 mins to ...
- From: arma@xxxxxxxx (Roger Dingledine)
- Date: Fri, 13 May 2005 21:11:47 -0400 (EDT)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Fri, 13 May 2005 21:12:06 -0400
- Reply-to: or-dev@xxxxxxxxxxxxx
- Sender: owner-or-cvs@xxxxxxxxxxxxx
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 ************/