diff libnnchat.h @ 224:7ae0719f7763

Adjust select() timeout.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 01 Dec 2010 01:11:24 +0200
parents 7ba4e371e9a6
children 9bf3e5620eb5
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;