aboutsummaryrefslogtreecommitdiff
path: root/lib/include/otconfig.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/otconfig.h
parent833f064b8f4ee30b9f46bba654a99411cd6866d3 (diff)
spec: Add initial P2P sourcesp2p
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'lib/include/otconfig.h')
-rw-r--r--lib/include/otconfig.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/include/otconfig.h b/lib/include/otconfig.h
index 96cac38..e8400b1 100644
--- a/lib/include/otconfig.h
+++ b/lib/include/otconfig.h
@@ -34,6 +34,7 @@
#define DIAGNOSTIC 0 /* 1 for verbosity */
#define CONNECTION_TIMEOUT 60 /* In seconds */
#define ENABLE_MOTD 1 /* Enable message of the day */
+#define ENABLE_P2P 1 /* Enable peer-to-peer sessions */
#define ARBITRATION_MAX 5 /* Maximum number of arbitration attempts */
#define REQUIRE_USER_AUTH 1 /* 1: true, 0: false */
#define OSTP_PORT 5352