diff options
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 13 |
1 files 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"; |