From 0e84eb3852e9bf5661bd6ace8f94d1f08a758c85 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Wed, 29 Oct 2014 18:25:24 -0700 Subject: Back off default multicast limit just a little. --- node/Constants.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'node') 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 -- cgit v1.2.3