{
{      The purpose of this request is to terminate an established
{ connection so that the resources may be used by another application.
{ This request can be issued for a connection any time after a
{ connection file is created  (i.e. RFP$REQUEST_CONNECTION,
{ RFP$ACQUIRE_CONNECT_REQUEST, and RFP$ACQUIRE_ASSIGNED_CONNECTION).
{
{      This request is not legal if there are any active instances of
{ of open for the connection file.
{
{      This request is required by both applications (server and client)
{ regardless of the status of the underlying network connection.
{
{      The CONNECTION_FILE is deleted upon successful completion of
{ of this request.
{
{ RFP$TERMINATE_CONNECTION(CONNECTION_FILE, NORMAL_TERMINATION,
{    CONNECTION_STATISTICS, STATUS)
{
{ CONNECTION_FILE: (input) This parameter specifies the temporary file
{   assigned to the connection to be terminated.  This file is deleted
{   upon successful completion of this request.
{
{ NORMAL_TERMINATION: (input) This parameter specifies the type of
{   connection termination to perform.  If TRUE, the normal disconnect
{   will be issued to allow blocks in transit to be received by the
{   peer application prior to the termination of the connection.  If
{   FALSE, a purge connection will be issued to immediately
{   terminate the connection and the corresponding connection messages.
{
{ CONNECTION_STATISTICS: (output) This parameter returns the network
{   usage statistics for the corresponding connection.
{
{    connect_time:  This parameter returns the time (in milliseconds) from
{      the connection establishment until the connection termination.
{
{    bytes_sent:  This parameter returns the total number of
{      bytes that were sent from this end of the connection.
{
{    bytes_received:  This parameter returns the total number of
{      bytes that were received at this end of the connection.
{
{ STATUS: (output) This parameter returns the results of the request.
{   A status of normal means the connection has been terminated.
{   CONDITIONS: ame$file_not_closed
{               rfe$connection_not_active
{   IDENTIFIER: 'RF'
{
