
{ The '_lri_'  in the following definitions stands for
{ 'listen_release_indication'. These are the release socket
{ reason codes received via the listen socket reject indication
{ from the TCP Access Provider.

  CONST
    nlc$tcpaa_lri_resources_unavail = 1,
    nlc$tcpaa_lri_port_in_use = 2;

{ The '_ri_'  in the following definitions stands for
{ 'release_indication'. These are the release socket
{ reason codes received via the release socket indication
{ from the TCP Access Provider.

  CONST
    nlc$tcpaa_ri_user_data_too_big = 1,
    nlc$tcpaa_ri_peer_termination = 2,
    nlc$tcpaa_ri_user_termination = 3,
    nlc$tcpaa_ri_peer_not_respond = 4,
    nlc$tcpaa_ri_address_in_use = 5,
    nlc$tcpaa_ri_protocol_error = 11,
    nlc$tcpaa_ri_flush_confirm = 12,
    nlc$tcpaa_ri_network_disconnect = 13; { CC disconnect.

  TYPE
    nlt$tcpaa_release_ind_reason = 0 .. 0ff(16);




