소스 검색

document that if you enable TOR_PERF, you won't be compatible with the
main Tor network.


svn:r13577

Roger Dingledine 18 년 전
부모
커밋
be8a85dc1c
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/or/or.h

+ 2 - 0
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