diff options
author | Roger Dingledine <arma@torproject.org> | 2002-11-24 08:45:54 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2002-11-24 08:45:54 +0000 |
commit | b097aa3288f6c964d86df1f765e6d07cce0ab0f7 (patch) | |
tree | 7c46b4c82f796eabe7405d9beb5087f50bbe5105 /src/or/or.h | |
parent | f50f35f2ecf71060d516646e3bbdeee3f73e7f8b (diff) | |
download | tor-b097aa3288f6c964d86df1f765e6d07cce0ab0f7.tar tor-b097aa3288f6c964d86df1f765e6d07cce0ab0f7.tar.gz |
per-second cell statistics to help with profiling
svn:r140
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/or.h b/src/or/or.h index d9e466970..222e6b0f2 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -130,8 +130,8 @@ /* default cipher function */ #define ONION_DEFAULT_CIPHER ONION_CIPHER_DES -#define RECEIVE_WINDOW_START 100 -#define RECEIVE_WINDOW_INCREMENT 10 +#define RECEIVE_WINDOW_START 1000 +#define RECEIVE_WINDOW_INCREMENT 100 /* cell commands */ #define CELL_PADDING 0 |