DL_QOS_CL_RANGE1(4dlpi) DL_QOS_CL_RANGE1(4dlpi)
NAME
DL_QOS_CL_RANGE1 - Quality of Service Structure
SYNOPSIS
typedef struct {
ulong dl_qos_type;
dl_transdelay_t dl_trans_delay;
dl_priority_t dl_priority;
dl_protect_t dl_protection;
long dl_residual_error;
} dl_qos_cl_range1_t;
DESCRIPTION
Structure type DL_QOS_CL_RANGE1 enables a DLS user and DLS
provider to pass between them a range of QOS parameter values
in the connectionless-mode service.
The value of dl_qos_type is DL_QOS_CL_RANGE1. The fields of
this structure correspond to the parameters defined in the
section ``QOS Parameter Definitions'' of the book STREAMS
Modules and Drivers
This structure type is returned in the dl_qos_range_length and
dl_qos_range_offset fields of the DL_INFO_ACK, and specifies
the range of connectionless-mode QOS parameter values
supported by the DLS provider on the stream. The DLS user may
select specific values from this range using the DL_UDQOS_REQ
primitive.
REFERENCES
the section ``Procedures for QOS Negotiation and Selection''
of the book STREAMS Modules and Drivers for description of the
DL_UDQOS_REQ primitive.
Copyright 1994 Novell, Inc. Page 1