mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
allow servers to publish descriptors from 12 hours in the future.
hopefully this will allow more slack and let crummier servers help out too. svn:r4046
This commit is contained in:
parent
b897cb1ec3
commit
dd98412ce1
@ -12,7 +12,7 @@ const char dirserv_c_id[] = "$Id$";
|
|||||||
**/
|
**/
|
||||||
|
|
||||||
/** How far in the future do we allow a router to get? (seconds) */
|
/** How far in the future do we allow a router to get? (seconds) */
|
||||||
#define ROUTER_ALLOW_SKEW (30*60)
|
#define ROUTER_ALLOW_SKEW (60*60*12) /* 12 hours */
|
||||||
/** How many seconds do we wait before regenerating the directory? */
|
/** How many seconds do we wait before regenerating the directory? */
|
||||||
#define DIR_REGEN_SLACK_TIME 10
|
#define DIR_REGEN_SLACK_TIME 10
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user