DLPI Programmer's Guide
Chapter 2 103
DLPI Primitives
Connection-mode Service Primitives
dl_primitive
DL_HP_SET_SEND_ACK_TO_REQ
dl_send_ack_to
new value of the SEND_ACK timeout in tenths of a second. The
SEND_ACK timeout determines the maximum length of time that
LLC Type 2 will delay acknowledgment of I PDUs if it has not
received dl_send_ack_threshold I PDUs.
State
The message is valid in the states DL_IDLE, DL_DATAXFER,
DL_OUTCON_PENDING, DL_INCON_PENDING,
DL_USER_RESET_PENDING, and DL_PROV_RESET_PENDING.
New State
The resulting state is unchanged.
Response
If the primitive is issued from a valid state, the DLS provider responds
with a DL_OK_ACK. Otherwise a DL_ERROR_ACK is returned.
Reasons for Failure
DL_OUTSTATE
Primitive was issued from an invalid state.
DL_HP_SET_MAX_RETRIES_REQ
Requests the DLS provider to set the maximum allowed number of
retries to the speciļ¬ed value.
Format
typedef struct {
u_long dl_primitive;
u_long dl_max_retries;
} dl_hp_set_max_retries_req_t;
Parameters
dl_primitive
DL_HP_SET_MAX_RETRIES_REQ
dl_max_retries