Speed up multicast group checking/registration.

This commit is contained in:
Adam Ierymenko 2015-09-29 10:31:41 -07:00
parent 167a5039d0
commit cc10d4f310

View File

@ -130,7 +130,7 @@ namespace ZeroTier { typedef BSDEthernetTap EthernetTap; }
#define ZT_IF_METRIC 32768
// How often to check for new multicast subscriptions on a tap device
#define ZT_TAP_CHECK_MULTICAST_INTERVAL 30000
#define ZT_TAP_CHECK_MULTICAST_INTERVAL 5000
// Path under ZT1 home for controller database if controller is enabled
#define ZT1_CONTROLLER_DB_PATH "controller.db"