From 88f9b2248bfb016514e340ee5eb81df7337fcc94 Mon Sep 17 00:00:00 2001 From: Test_User Date: Sat, 15 Jun 2024 14:16:50 -0400 Subject: Improvements and the start of reloadable modules --- config.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index 08a10fe..4124a74 100644 --- a/config.h +++ b/config.h @@ -77,8 +77,9 @@ extern char *OPENSSL_KEY_PATH; // = "/etc/keys/key.pem", or 0 #endif #ifdef USE_SERVER -extern unsigned short SERVER_PORTS[NUM_NET_TYPES][NUM_PROTOCOLS]; // = 7000 -extern size_t SERVER_LISTEN[NUM_NET_TYPES][NUM_PROTOCOLS]; // = 16 +extern unsigned short SERVER_PORTS[NUM_NET_TYPES][NUM_PROTOCOLS]; // = {7000, ...}; +extern size_t SERVER_LISTEN[NUM_NET_TYPES][NUM_PROTOCOLS]; // = {16, ...}; +extern char SERVER_INCOMING[NUM_NET_TYPES][NUM_PROTOCOLS]; // = {1, ...}; #endif #ifdef USE_HAXSERV_PSUEDOCLIENT -- cgit v1.2.3