From c2a2ac666cce3118c55ddda76385bfe6f8708c9c Mon Sep 17 00:00:00 2001 From: FRIGN Date: Tue, 9 Dec 2014 13:10:02 +0100 Subject: Refine config.def.h a bit --- config.def.h | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/config.def.h b/config.def.h index 9ef00c1..dc232cd 100644 --- a/config.def.h +++ b/config.def.h @@ -1,8 +1,15 @@ /* See LICENSE file for copyright and license details. */ -/* connection delay in seconds */ -#define CONNECTDELAY 4 -/* ringing delay in seconds */ +/* + * Connection delay in seconds + */ +#define CONNECTDELAY 3 +/* + * Ringing delay in seconds + */ #define RINGINGDELAY 16 +/* + * Maximum number of simultaneous calls + */ #define MAXCALLS 8 static char *savefile = ".ratox.tox"; -- cgit v1.2.3