summaryrefslogtreecommitdiff
path: root/service
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2016-04-01 11:07:44 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2016-04-01 11:07:44 -0700
commit0e26917c7217f420f04995a476e845172c4c38b8 (patch)
treeb880cbdae18db42630ec9b6ceaa4e2712a5e4cdb /service
parent3df60995e186a4284332474ed364e7643aff6f74 (diff)
downloadinfinitytier-0e26917c7217f420f04995a476e845172c4c38b8.tar.gz
infinitytier-0e26917c7217f420f04995a476e845172c4c38b8.zip
Tweak metric and clean out attic a bit.
Diffstat (limited to 'service')
-rw-r--r--service/OneService.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/OneService.cpp b/service/OneService.cpp
index 95f0793a..37355d02 100644
--- a/service/OneService.cpp
+++ b/service/OneService.cpp
@@ -115,7 +115,7 @@ namespace ZeroTier { typedef BSDEthernetTap EthernetTap; }
#define ZT_MAX_HTTP_CONNECTIONS 64
// Interface metric for ZeroTier taps
-#define ZT_IF_METRIC 32768
+#define ZT_IF_METRIC 5000
// How often to check for new multicast subscriptions on a tap device
#define ZT_TAP_CHECK_MULTICAST_INTERVAL 5000