From badef32037f52f79abc1f1440b786cd71afdf270 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Fri, 6 Sep 2024 14:42:37 +0200 Subject: 6.09 --- utils/async_netdb.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'utils/async_netdb.c') diff --git a/utils/async_netdb.c b/utils/async_netdb.c index d9e2102..8ab0570 100644 --- a/utils/async_netdb.c +++ b/utils/async_netdb.c @@ -14,6 +14,7 @@ * gethostby(name/addr), for Sonar. */ +#include #include "async_netdb.h" #include "thread_util.h" @@ -25,9 +26,9 @@ #include #include -/* This is very much system-dependent, but hopefully 64K covers it just about - everywhere. The threads here shouldn't need much. */ -#define ASYNC_NETDB_STACK 65536 +/* This is very much system-dependent, but hopefully 128K covers it just about +everywhere. The threads here shouldn't need much. */ +#define ASYNC_NETDB_STACK 131072 #if ASYNC_NETDB_USE_GAI -- cgit v1.2.3-55-g7522