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/otconfig.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/include/otconfig.h') 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 -- cgit v1.2.3