{
{    The purpose of this request is to accept a proposal to establish a new
{ connection.  This request will cause delivery of an "accept" event to the
{ remote user who proposed the connection.  Upon completion of this request the
{ connection is open and may be used to communicate with the remote user who
{ proposed the connection.
{
{       NLP$TCP_ACCEPT_SOCKET (CL_CONNECTION, GRACEFUL_CLOSE, TRAFFIC_PATTERN,
{             CLASS, STATUS)
{
{ CL_CONNECTION: (input, output)  This parameter specifies the interlayer
{       connection that is associated with the TCP Access Agent connection to
{       be accepted.
{
{ GRACEFUL_CLOSE: (input)  This parameter specifies whether the connection will
{       be closed semi-gracefully.  If the connection is to be closed
{       gracefully, all data sent before the connection is closed will be
{       delivered to the communicating peer.
{
{ TRAFFIC_PATTERN: (input)  This parameter specifies the anticipated flow of
{       data over the connection.
{
{ CLASS: (input)  This parameter specifies the proposed connection class for
{       the connection.
{
{ STATUS: (output) This parameter specifies the request status.
{     CONDITION:
{           nae$tcp_socket_already_accepted
{           nae$tcp_socket_terminated
{
