[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] clean up broken comment



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

Modified Files:
	or.h 
Log Message:
clean up broken comment


Index: or.h
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/or.h,v
retrieving revision 1.742
retrieving revision 1.743
diff -u -d -r1.742 -r1.743
--- or.h	26 Nov 2005 01:43:57 -0000	1.742
+++ or.h	26 Nov 2005 09:27:36 -0000	1.743
@@ -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)