Reduced timeout of onion paths on the first try by 1 second.

This commit is contained in:
irungentoo 2015-01-05 22:30:09 -05:00
parent 979b4bfb48
commit 4858d2c628
No known key found for this signature in database
GPG Key ID: 10349DC9BED89E98

View File

@ -40,7 +40,7 @@
/* The timeout the first time the path is added and
then for all the next consecutive times */
#define ONION_PATH_FIRST_TIMEOUT 5
#define ONION_PATH_FIRST_TIMEOUT 4
#define ONION_PATH_TIMEOUT 10
#define ONION_PATH_MAX_LIFETIME 1200
#define ONION_PATH_MAX_NO_RESPONSE_USES 4