diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-07-28 12:04:14 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-07-28 12:04:14 -0700 |
commit | 5986d837384d5794286ee6954bc433eb0d7cc668 (patch) | |
tree | 59e16bf3c206c320b323de47d9284366b9b7957d /node | |
parent | 4564dd95ffa287b3752a59378137c59773d51ef9 (diff) | |
download | infinitytier-5986d837384d5794286ee6954bc433eb0d7cc668.tar.gz infinitytier-5986d837384d5794286ee6954bc433eb0d7cc668.zip |
Kill more kittens.
Diffstat (limited to 'node')
-rw-r--r-- | node/Constants.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/node/Constants.hpp b/node/Constants.hpp index 901237ce..b7aa9817 100644 --- a/node/Constants.hpp +++ b/node/Constants.hpp @@ -253,10 +253,10 @@ /** * How frequently to send a zero-byte UDP keepalive packet * - * There are NATs with timeouts as short as 30 seconds, so this turns out + * There are NATs with timeouts as short as 20 seconds, so this turns out * to be needed. */ -#define ZT_NAT_KEEPALIVE_DELAY 25000 +#define ZT_NAT_KEEPALIVE_DELAY 19000 /** * Delay between scans of the topology active peer DB for peers that need ping |