netutils/libcoap : add listen_sockfd on coap_context_t structure
authorJin-Seong Kim <jseong82.kim@samsung.com>
Mon, 31 Jul 2017 07:52:07 +0000 (16:52 +0900)
committerEunBong Song <eunb.song@samsung.com>
Wed, 30 Aug 2017 04:15:47 +0000 (21:15 -0700)
commit6384b3ba980709c49a7363a32139459cd4e7282b
treed846051e4ed0a2a834b1f0e75e3e50bc6c8bd52c
parent5802a4b23868f8f7730ee880fa73ee26ab893473
netutils/libcoap : add listen_sockfd on coap_context_t structure

This commit is patch to add listen_sockfd on coap_context_t structure
 - To close or reuse listen socket, add listen_sockfd on coap_context_t

Change-Id: Idd4297a181715c85549e53348c96200e309f2848
Signed-off-by: Jin-Seong Kim <jseong82.kim@samsung.com>
apps/examples/libcoap_server/libcoap-server.c
apps/include/netutils/libcoap/net.h
apps/netutils/libcoap/net.c