From 0d4bd167899d68e91c54299dd11b58d99276e717 Mon Sep 17 00:00:00 2001 From: Ron Pedde Date: Wed, 12 Jul 2006 08:28:38 +0000 Subject: [PATCH] fix select timeout in rend-win32.c --- src/rend-win32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rend-win32.c b/src/rend-win32.c index c90a2b6f..c9035e3f 100644 --- a/src/rend-win32.c +++ b/src/rend-win32.c @@ -25,7 +25,7 @@ /* Globals */ pthread_t rend_tid; static volatile int rend_stop_flag = 0; -static volatile int rend_timeout = 10; /* select timeout */ +static volatile int rend_timeout = 100000000; /* select timeout */ static DNSServiceRef rend_client = NULL; static DNSServiceRef rend_client2 = NULL; static volatile int rend_count=0;