mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
clean up broken comment
svn:r5461
This commit is contained in:
parent
652e1899ac
commit
97f748f680
@ -188,8 +188,8 @@
|
||||
/** How often do we rotate TLS contexts? */
|
||||
#define MAX_SSL_KEY_LIFETIME (120*60)
|
||||
|
||||
/** How old do we allow a router to get before removing it, either
|
||||
* from the router list (for others)? In seconds. */
|
||||
/** How old do we allow a router to get before removing it
|
||||
* from the router list? In seconds. */
|
||||
#define ROUTER_MAX_AGE (60*60*24)
|
||||
/** How old do we let a saved descriptor get before removing it it? */
|
||||
#define OLD_ROUTER_DESC_MAX_AGE (60*60*48)
|
||||
|
Loading…
Reference in New Issue
Block a user