diff options
author | Roger Dingledine <arma@torproject.org> | 2008-02-19 18:54:44 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-02-19 18:54:44 +0000 |
commit | be8a85dc1c25a582de533fb3354bde767b60b1bb (patch) | |
tree | 69019f524c9d34881c9f98a8d99c4c7a74e0a0fd | |
parent | 8c6b5d664093037bda36e023bf54c001c25f27f1 (diff) | |
download | tor-be8a85dc1c25a582de533fb3354bde767b60b1bb.tar.gz tor-be8a85dc1c25a582de533fb3354bde767b60b1bb.zip |
document that if you enable TOR_PERF, you won't be compatible with the
main Tor network.
svn:r13577
-rw-r--r-- | src/or/or.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h index 74af37c98d..325ea80300 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -648,6 +648,8 @@ typedef enum { #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 |