aboutsummaryrefslogtreecommitdiff
path: root/lib/include/defs.h
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-02-25 20:17:13 -0500
committerIan Moffett <ian@osmora.org>2025-02-25 20:21:27 -0500
commited33f4e1c82fb2c21e0b60f457d1e3404be34980 (patch)
treef75f14efdf654f81dfe566fc49295e340c486a78 /lib/include/defs.h
parent833f064b8f4ee30b9f46bba654a99411cd6866d3 (diff)
spec: Add initial P2P sourcesp2p
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'lib/include/defs.h')
-rw-r--r--lib/include/defs.h3
1 files changed, 3 insertions, 0 deletions
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