adjust FreeBSD minimum stacksize to 32KB
commit20d17e3c45ae43be50687918b0ef658088d0214b
authorPavel Timofeev <timp87@gmail.com>
Thu, 13 Aug 2020 14:30:01 +0000 (13 14:30 +0000)
committerrofl0r <rofl0r@users.noreply.github.com>
Fri, 14 Aug 2020 16:46:34 +0000 (14 17:46 +0100)
treebb9c4e18f319d21a6044b9887edbb2fd154874d9
parentde2d746862e1ec78688500955e15706f173a1151
adjust FreeBSD minimum stacksize to 32KB

fixes segfault in FreeBSD's getaddrinfo(), which uses a lot more stack than
PTHREAD_STACK_MIN.
tested on FreeBSD 11.4, 12.1 and 13
sockssrv.c