summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorFRIGN <dev@frign.de>2014-12-09 13:10:02 +0100
committersin <sin@2f30.org>2014-12-09 14:31:04 +0000
commitc2a2ac666cce3118c55ddda76385bfe6f8708c9c (patch)
tree9ec8255ad2259eeba4de9f902dc8e4ac838d87b7 /config.def.h
parent2373946754a95b676e5b899c15ce70d33cfdbfb4 (diff)
Refine config.def.h a bit
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h13
1 files changed, 10 insertions, 3 deletions
diff --git a/config.def.h b/config.def.h
index 9ef00c1..dc232cd 100644
--- a/config.def.h
+++ b/config.def.h
@@ -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";