ratox

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

commit 66976cfd80dce258a66734e34cf21491b0d4d098
parent b8c6959786c4bba2885c1d23d6b789987742a0a3
Author: sin <sin@2f30.org>
Date:   Fri,  3 Oct 2014 23:55:28 +0100

Bring connection delay down to 3s

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

diff --git a/config.def.h b/config.def.h @@ -1,7 +1,7 @@ /* See LICENSE file for copyright and license details. */ #define DATAFILE ".ratox.data" /* connection delay in seconds */ -#define CONNECTDELAY 5 +#define CONNECTDELAY 3 #define MAXCALLS 8 static int encryptdatafile = 0;