Option to skip close TCP on IF down. 80/197180/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 07:02:38 +0000 (12:32 +0530)
commit07c92e70b57966a8adc78ddb5b454237bb13ba7d
tree9bb4936e1f1269adfb6b5454d375b9f60d39ec8c
parent466780907e208381db03ba8f611cb0963410e606
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