[or-cvs] clean up a comment

arma at seul.org arma at seul.org
Sun May 28 16:07:46 UTC 2006


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

Modified Files:
	main.c 
Log Message:
clean up a comment


Index: main.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/main.c,v
retrieving revision 1.644
retrieving revision 1.645
diff -u -p -d -r1.644 -r1.645
--- main.c	8 May 2006 04:28:49 -0000	1.644
+++ main.c	28 May 2006 16:07:44 -0000	1.645
@@ -112,8 +112,8 @@ static char* nt_strerror(uint32_t errnum
 /** How old do we let a connection to an OR get before deciding it's
  * obsolete? */
 #define TIME_BEFORE_OR_CONN_IS_OBSOLETE (60*60*24*7)
-/** How long do we OR connections to handshake before we decide that they
- * could be obsolete? */
+/** How long do we let OR connections handshake before we decide that
+ * they are obsolete? */
 #define TLS_HANDSHAKE_TIMEOUT           (60)
 
 /********* END VARIABLES ************/



More information about the tor-commits mailing list