mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Reduced timeout of onion paths on the first try by 1 second.
This commit is contained in:
parent
979b4bfb48
commit
4858d2c628
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user