
  TYPE
    nat$command_response_code = 0 .. 0ffff(16),
    nat$command_identifier = 0 .. 0ffffffff(16);

  CONST
    nac$max_command_response_length = 65535,
    nac$max_command_connections = 300;
