# HG changeset patch # User Matti Hamalainen # Date 1291158684 -7200 # Node ID 7ae0719f776385291aa2d21efd55302a272252aa # Parent 03af28fb1c383459318ac7da9b8eb33e181ddd21 Adjust select() timeout. diff -r 03af28fb1c38 -r 7ae0719f7763 libnnchat.h --- 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;