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, 2 Sep 2013 11:44:28 +0000 (13:44 +0200)
commit55ca280f16473095380e22c574910f106b11058f
treef524607a18cce8e39c2cf9c0716659232e16c24c
parent05b360612d4f1bb48caedc766ede2109024bdc6f
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