changeset 224:7ae0719f7763

Adjust select() timeout.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 01 Dec 2010 01:11:24 +0200
parents 03af28fb1c38
children 801ac37321f6
files libnnchat.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libnnchat.h	Sat Nov 27 18:44:55 2010 +0200
+++ b/libnnchat.h	Wed Dec 01 01:11:24 2010 +0200
@@ -28,7 +28,7 @@
 #define NN_ALLOC_SIZE     (128)
 #define NN_CONNBUF_SIZE   (64 * 1024)
 #define NN_NUM_BUCKETS    (256)
-#define NN_DELAY_USEC     (15 * 250)
+#define NN_DELAY_USEC     (15 * 1000)
 
 typedef struct {
     char **data;