[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r13577: document that if you enable TOR_PERF, you won't be compatibl (tor/trunk/src/or)
Author: arma
Date: 2008-02-19 13:54:44 -0500 (Tue, 19 Feb 2008)
New Revision: 13577
Modified:
tor/trunk/src/or/or.h
Log:
document that if you enable TOR_PERF, you won't be compatible with the
main Tor network.
Modified: tor/trunk/src/or/or.h
===================================================================
--- tor/trunk/src/or/or.h 2008-02-19 09:02:38 UTC (rev 13576)
+++ tor/trunk/src/or/or.h 2008-02-19 18:54:44 UTC (rev 13577)
@@ -648,6 +648,8 @@
#define CELL_DIRECTION_OUT 2
#ifdef TOR_PERF
+/* These options are here for internal testing on a separate network. If
+ * you enable them, you won't be compatible with the main Tor network. */
#define CIRCWINDOW_START 10000
#define CIRCWINDOW_INCREMENT 1000
#define STREAMWINDOW_START 5000