ratox

FIFO based tox client
git clone git://git.2f30.org/ratox
Log | Files | Refs | README | LICENSE

commit c2a2ac666cce3118c55ddda76385bfe6f8708c9c
parent 2373946754a95b676e5b899c15ce70d33cfdbfb4
Author: FRIGN <dev@frign.de>
Date:   Tue,  9 Dec 2014 13:10:02 +0100

Refine config.def.h a bit

Diffstat:
Mconfig.def.h | 13++++++++++---
1 file changed, 10 insertions(+), 3 deletions(-)

diff --git 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";