mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
document that if you enable TOR_PERF, you won't be compatible with the
main Tor network. svn:r13577
This commit is contained in:
parent
8c6b5d6640
commit
be8a85dc1c
@ -648,6 +648,8 @@ typedef enum {
|
|||||||
#define CELL_DIRECTION_OUT 2
|
#define CELL_DIRECTION_OUT 2
|
||||||
|
|
||||||
#ifdef TOR_PERF
|
#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_START 10000
|
||||||
#define CIRCWINDOW_INCREMENT 1000
|
#define CIRCWINDOW_INCREMENT 1000
|
||||||
#define STREAMWINDOW_START 5000
|
#define STREAMWINDOW_START 5000
|
||||||
|
Loading…
Reference in New Issue
Block a user