mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 06:13:31 +01:00
bump allowed rend desc skew from 60 mins to 90 mins
svn:r1593
This commit is contained in:
parent
306adfc8bd
commit
2321d21b3b
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user