Option to skip close TCP on IF down. 74/197174/1
authorHarish Kumara M <h.marappa@samsung.com>
Fri, 4 Jan 2019 14:22:45 +0000 (19:52 +0530)
committerAmit KS <amit.s12@samsung.com>
Thu, 10 Jan 2019 05:56:16 +0000 (11:26 +0530)
commit032b9c914e059aa8f302064e08ea9aefedbcd7e1
tree2a4b41e2e4d2f863fc6bdcd91d8e4caf40bc772e
parent6d47b4c7140ce6c558f669a6bcd85d95bf77a1fc
Option to skip close TCP on IF down.

This is VD specific requirement, not to close TCP
servers when interface down event is received.
New API "CAUtilSkipTCPCloseOnInterfaceDown" is
defined using which application can enable/disable
skip TCP server feature.

Signed-off-by: Harish Kumara M <h.marappa@samsung.com>
fix: save build error

https://github.sec.samsung.net/RS7-IOTIVITY/IoTivity/pull/388
(cherry picked from commit 725041caab8e0c1f14c6333cd066ea61a845893d)

Change-Id: Ifaf37379955d0d5615f08d43824148b6cbe075d3
Signed-off-by: Harish Kumara M <h.marappa@samsung.com>
Signed-off-by: Amit KS <amit.s12@samsung.com>
resource/csdk/connectivity/api/cautilinterface.h
resource/csdk/connectivity/inc/catcpadapter.h
resource/csdk/connectivity/src/tcp_adapter/catcpadapter.c
resource/csdk/connectivity/util/src/cautilinterface.c