diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-10-29 18:25:24 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-10-29 18:25:24 -0700 |
commit | 0e84eb3852e9bf5661bd6ace8f94d1f08a758c85 (patch) | |
tree | 772ce2e9ef765f1a47936348b5a6e66d7988eac3 /node | |
parent | 4923ab294523904d051f2dd7384a8a44cb07fbb9 (diff) | |
download | infinitytier-0e84eb3852e9bf5661bd6ace8f94d1f08a758c85.tar.gz infinitytier-0e84eb3852e9bf5661bd6ace8f94d1f08a758c85.zip |
Back off default multicast limit just a little.
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 5e052bcf..83c98e0f 100644 --- a/node/Constants.hpp +++ b/node/Constants.hpp @@ -250,9 +250,9 @@ #define ZT_MULTICAST_TRANSMIT_TIMEOUT 5000 /** - * Default maximum number of peers to address with a single multicast (if unspecified in network) + * Default maximum number of peers to address with a single multicast (if unspecified in network config) */ -#define ZT_MULTICAST_DEFAULT_LIMIT 64 +#define ZT_MULTICAST_DEFAULT_LIMIT 32 /** * Delay between scans of the topology active peer DB for peers that need ping |