What is the difference between TipcSrvConnClose and TipcSrvConnDestroy?

What is the difference between TipcSrvConnClose and TipcSrvConnDestroy?

book

Article ID: KB0086697

calendar_today

Updated On:

Products Versions
TIBCO SmartSockets -
Not Applicable -

Description

Resolution:
TipcSrvConnClose will close the TCP connection, either 'none' or 'warm'. It will leave the associated srv structure intact for reuse and the conn structure as well in the case of a warm close. TipcSrvConnDestroy completly removes all structures associated with the srv and conn objects and forces a full close of the conn.

Issue/Introduction

What is the difference between TipcSrvConnClose and TipcSrvConnDestroy?