From 8b9519f0af8e89ad49e730546abdc2ff94fd2ef8 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Fri, 6 May 2016 16:13:11 -0700 Subject: Simplify a bunch of NetworkConfig stuff by eliminating accessors, also makes network controller easier to refactor. --- include/ZeroTierOne.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/ZeroTierOne.h b/include/ZeroTierOne.h index 13123283..e76a0a3b 100644 --- a/include/ZeroTierOne.h +++ b/include/ZeroTierOne.h @@ -99,7 +99,7 @@ extern "C" { /** * Maximum number of static physical to ZeroTier address mappings (typically relays, etc.) */ -#define ZT_MAX_NETWORK_STATIC_PHYSICAL_ADDRESSES 16 +#define ZT_MAX_NETWORK_PINNED 16 /** * Maximum number of rule table entries per network (can be increased) -- cgit v1.2.3