ratox

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

commit 12247fb018a2a472027bad9f976b26a75b093fa6
parent 0b93ea58a88feba871909fefaaf4d5964840ae16
Author: sin <sin@2f30.org>
Date:   Wed,  8 Oct 2014 01:20:15 +0100

Increase ringing delay

Diffstat:
Mconfig.def.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.def.h b/config.def.h @@ -3,7 +3,7 @@ /* connection delay in seconds */ #define CONNECTDELAY 3 /* ringing delay in seconds */ -#define RINGINGDELAY 9 +#define RINGINGDELAY 16 #define MAXCALLS 8 static int encryptdatafile = 0;