From ed33f4e1c82fb2c21e0b60f457d1e3404be34980 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Tue, 25 Feb 2025 20:17:13 -0500 Subject: spec: Add initial P2P sources Signed-off-by: Ian Moffett --- lib/include/defs.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/include/defs.h') diff --git a/lib/include/defs.h b/lib/include/defs.h index a15a2fd..d4a57a9 100644 --- a/lib/include/defs.h +++ b/lib/include/defs.h @@ -58,4 +58,7 @@ /* Fixed paths */ #define OSMORA_TRUST "/etc/ostp/trusted_users.osmt" +/* Maximum length of an IP */ +#define IP_LEN_MAX 46 + #endif -- cgit v1.2.3