From 10185e92faa77a4b032a27a7c01b4186727b91b9 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Thu, 23 Feb 2017 11:47:36 -0800 Subject: Certificate of ownership -- used to secure against IP address spoofing, especially for IPv4 and regular IPv6. --- include/ZeroTierOne.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include') diff --git a/include/ZeroTierOne.h b/include/ZeroTierOne.h index e2380a7b..c1dbd8f8 100644 --- a/include/ZeroTierOne.h +++ b/include/ZeroTierOne.h @@ -136,6 +136,11 @@ extern "C" { */ #define ZT_MAX_CAPABILITY_RULES 64 +/** + * Maximum number of certificates of ownership to assign to a single network member + */ +#define ZT_MAX_CERTIFICATES_OF_OWNERSHIP 4 + /** * Global maximum length for capability chain of custody (including initial issue) */ -- cgit v1.2.3