[or-cvs] nick: there *is* no MAX_SERVER_INTERVAL_WITHOUT_REQUEST. tr...

arma at seul.org arma at seul.org
Mon Apr 3 02:20:34 UTC 2006


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

Modified Files:
	routerlist.c 
Log Message:
nick: there *is* no MAX_SERVER_INTERVAL_WITHOUT_REQUEST. true?


Index: routerlist.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/routerlist.c,v
retrieving revision 1.476
retrieving revision 1.477
diff -u -p -d -r1.476 -r1.477
--- routerlist.c	2 Apr 2006 23:02:52 -0000	1.476
+++ routerlist.c	3 Apr 2006 02:20:32 -0000	1.477
@@ -3317,7 +3317,7 @@ update_router_descriptor_client_download
    * try to split our requests into at least this this many requests. */
 #define MIN_REQUESTS 3
   /** If we want fewer than this many descriptors, wait until we
-   * want more, or until MAX_(CLIENT|SERVER)_INTERVAL_WITHOUT_REQUEST has
+   * want more, or until MAX_CLIENT_INTERVAL_WITHOUT_REQUEST has
    * passed. */
 #define MAX_DL_TO_DELAY 16
   /** When directory clients have only a few servers to request, they batch



More information about the tor-commits mailing list