diff options
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 |