[or-cvs] bump allowed rend desc skew from 60 mins to 90 mins

Roger Dingledine arma at seul.org
Mon Apr 12 09:44:41 UTC 2004


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

Modified Files:
	rendcommon.c 
Log Message:
bump allowed rend desc skew from 60 mins to 90 mins


Index: rendcommon.c
===================================================================
RCS file: /home/or/cvsroot/src/or/rendcommon.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- rendcommon.c	8 Apr 2004 20:13:28 -0000	1.25
+++ rendcommon.c	12 Apr 2004 09:44:38 -0000	1.26
@@ -136,8 +136,8 @@
 }
 
 /* ==== Rendezvous service descriptor cache. */
-#define REND_CACHE_MAX_AGE 24*60*60
-#define REND_CACHE_MAX_SKEW 60*60
+#define REND_CACHE_MAX_AGE (24*60*60)
+#define REND_CACHE_MAX_SKEW (90*60)
 
 static strmap_t *rend_cache = NULL;
 



More information about the tor-commits mailing list