
{    DECK: RFC$EXTERNAL_INTERFACE
{
{    The purpose of this deck is to define the constants
{    required for usage of the RHFAM external interface.


  CONST

    rfc$appl_name_length = 7,

    rfc$physical_id_length = 3,

    rfc$logical_id_length = 31,

    rfc$max_appl_block_number = 3ffff(16),

    rfc$max_appl_connections = 255,

    rfc$max_available_hosts = 10,

    rfc$max_lcn_hosts = 1000,

    rfc$min_rhfam_reject_code = 0,

    rfc$max_rhfam_reject_code = 127,

    rfc$min_server_reject_code = 128,

    rfc$max_server_reject_code = 255,

    rfc$max_block_size = 4096,

    rfc$max_buffer_length = osc$max_segment_length,

    rfc$max_connect_time = 0FFFFFFFFFFFF(16),

    rfc$max_data_fragment_count = 255,

    rfc$max_data_length = osc$max_segment_length,

    rfc$min_connection_timeout = 0,

    rfc$max_connection_timeout = 30*60*1000, { 30 minutes }

    rfc$min_transfer_timeout = 0,

    rfc$max_transfer_timeout = 10*60*60*1000, { 10 hours }

    rfc$max_bytes_transferred = osc$max_segment_length,

    rfc$min_network_reason_code = 0,

    rfc$max_network_reason_code = 0ff(16);


?? PUSH (LISTEXT := ON) ??
*copyc ost$hardware_subranges
?? POP ??
