examples/libcoap : increase pthread stack size to support security
authorJin-Seong Kim <jseong82.kim@samsung.com>
Mon, 10 Jul 2017 08:29:55 +0000 (17:29 +0900)
committerEunBong Song <eunb.song@samsung.com>
Wed, 30 Aug 2017 04:15:44 +0000 (21:15 -0700)
commit5ac4a7c2a118e58a8cdfbc8c08ecb30f5ecd012b
tree272dc4784265aef701cb466d05ef83d14b479cb2
parent53b085eb8ae68056a06db6062c521439514af162
examples/libcoap : increase pthread stack size to support security

This commit is to increase pthread stack size to support security
 - to support security through mbedTLS libarary,
   pthread stack size should be (16 * 1024) at least

Change-Id: Ic01b803dcb0b4bf3d6e4a0c2e8f3b6e5546ab434
Signed-off-by: Jin-Seong Kim <jseong82.kim@samsung.com>
apps/examples/libcoap_client/libcoap-client.c
apps/examples/libcoap_server/libcoap-server.c