
{ The '_rr_'  in the following definitions stands for
{ 'release_request'. These are the release socket reason
{ codes sent to the TCP Access Provider by the TCP Access
{ Agent.

  CONST
    nlc$tcpaa_rr_user_request = 1,
    nlc$tcpaa_rr_protocol_error = 10,
    nlc$tcpaa_rr_flush_confirm = 12,
    nlc$tcpaa_rr_header_indiscern = 13,
    nlc$tcpaa_rr_header_length_in = 14,
    nlc$tcpaa_rr_invalid_encoding = 15;

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

