Explorar el Código

bump allowed rend desc skew from 60 mins to 90 mins

svn:r1593
Roger Dingledine hace 21 años
padre
commit
2321d21b3b
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/or/rendcommon.c

+ 2 - 2
src/or/rendcommon.c

@@ -136,8 +136,8 @@ int rend_get_service_id(crypto_pk_env_t *pk, char *out)
 }
 
 /* ==== 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;