
{
{   The purpose of this request is to accept a proposal to open a connection.
{ This request will cause delivery of an "accept" event to the user who
{ proposed the connection.  Upon completion of this request the connection is
{ open and may be used to communicate with the user who proposed the
{ connection.
{
{       NAP$GT_ACCEPT_CONNECTION (CONNECTION_ID, DATA, OPTIONS, STATUS)
{
{ CONNECTION_ID: (input) This parameter specifies the proposed connection which
{       is to be accepted.
{
{ DATA: (input) This parameter specifies data to be included as part of the
{       "accept" event.  The meaning of this data must be agreed upon by the
{       communicating users.  The length of this data may not exceed 32 bytes.
{       The system buffers containing this data will be released as a result
{       of this request.
{
{ OPTIONS: (input) This parameter specifies options to be included as part of
{       the "accept" event.  This parameter only has meaning over the osi
{       stack. This parameter will be ignored if the stack is non osi (xns).
{       The options are checksum and expedited_data.  If checksum is
{       selected transport will checksum data.  IF expedited_data is selected
{       expedited requests will be accepted.  The default value for checksum
{       and expedited_data is FALSE.  Note the expedited_data option will be
{       ignored unless expedited_data was set on the connect_indication.
{
{ STATUS: (output) This parameter specifies the request status.
{       CONDITIONS:
{             nae$connection_not_proposed
{             nae$max_data_length_exceeded
{
