Create threads with a 32 KB stack rather than what happens to be the default.
authorLinus Nordberg <linus@nordberg.se>
Mon, 26 Aug 2013 08:35:12 +0000 (10:35 +0200)
committerLinus Nordberg <linus@nordberg.se>
Mon, 26 Aug 2013 09:49:59 +0000 (11:49 +0200)
commit9174b0aca94fae0c483e2ae10608d660dc52f9c4
treeb68721bed0ae254b0a23a12bd1577acbf57e5021
parent500c70ce169a9bc700ed4f05fa9c37e7df13a387
Create threads with a 32 KB stack rather than what happens to be the default.

On Linux, the default stack size is typically 8 MB.

Patch by Fabian Mauchle.
dtls.c
radsecproxy.c
radsecproxy.h
tcp.c
tls.c
udp.c