diff options
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index dd4f1c4..6ec04be 100644 --- a/config.def.h +++ b/config.def.h @@ -2,6 +2,8 @@ #define DATAFILE ".ratox.data" /* connection delay in seconds */ #define CONNECTDELAY 3 +/* ringing delay in seconds */ +#define RINGINGDELAY 9 #define MAXCALLS 8 static int encryptdatafile = 0; |