URI: 
       tBring connection delay down to 3s - ratox - FIFO based tox client
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 66976cfd80dce258a66734e34cf21491b0d4d098
   DIR parent b8c6959786c4bba2885c1d23d6b789987742a0a3
  HTML Author: sin <sin@2f30.org>
       Date:   Fri,  3 Oct 2014 23:55:28 +0100
       
       Bring connection delay down to 3s
       
       Diffstat:
         M config.def.h                        |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/config.def.h b/config.def.h
       t@@ -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;