Important: The information in this document is obsolete and should not be used for new development.
Tearing Down a Connection
You use the functions described in this section to tear down a connection. Depending on the circumstances, you might use theOTSndDisconnect
function to initiate an abortive disconnect or theOTSndOrderlyDisconnect
function to initiate an orderly disconnect. If you are responding to a disconnection request, you call theOTRcvDisconnect
function to acknowledge an abortive disconnect or theOTRcvOrderlyDisconnect
function to acknowledge an orderly disconnect. You can also use theOTSndDisconnect
function to reject an incoming connection request.