From d5b589063247b727c8609ec453fbfce8903d6f5f Mon Sep 17 00:00:00 2001 From: michael Date: Sun, 2 Jul 2006 00:57:40 +0000 Subject: [PATCH] increase select-timeout to 100 milliseconds --- sap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sap.c b/sap.c index 49dfcc8..bc51aa5 100644 --- a/sap.c +++ b/sap.c @@ -51,7 +51,7 @@ char *get_url_from_sap(char *service) FD_SET(fd, &rfds); tv.tv_sec = 0; - tv.tv_usec = 1000; + tv.tv_usec = 100000; if ((retval = select(fd+1, &rfds, NULL, NULL, &tv)) == -1) { perror("select"); -- 2.39.2