aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2002-11-24 08:45:54 +0000
committerRoger Dingledine <arma@torproject.org>2002-11-24 08:45:54 +0000
commitb097aa3288f6c964d86df1f765e6d07cce0ab0f7 (patch)
tree7c46b4c82f796eabe7405d9beb5087f50bbe5105 /src/or/or.h
parentf50f35f2ecf71060d516646e3bbdeee3f73e7f8b (diff)
downloadtor-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.h4
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