URI: 
       tRefine config.def.h a bit - ratox - FIFO based tox client
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit c2a2ac666cce3118c55ddda76385bfe6f8708c9c
   DIR parent 2373946754a95b676e5b899c15ce70d33cfdbfb4
  HTML Author: FRIGN <dev@frign.de>
       Date:   Tue,  9 Dec 2014 13:10:02 +0100
       
       Refine config.def.h a bit
       
       Diffstat:
         M config.def.h                        |      13 ++++++++++---
       
       1 file changed, 10 insertions(+), 3 deletions(-)
       ---
   DIR diff --git a/config.def.h b/config.def.h
       t@@ -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";