T_ORDREL_REQ - Orderly Release Request
This message consists of a M_PROTO message block formatted as follows:
struct T_ordrel_req { t_scalar_t PRIM_type; /* Always T_ORDREL_REQ */ };
This primitive indicates to the transport provider that the user is finished sending data. This primitive is only supported by the transport provider if it is of type T_COTS_ORD.
- PRIM_type
identifies the primitive type.
This primitive does not require any acknowledgments, although it may generate a fatal error. This is indicated via a M_ERROR message type which results in the failure of all operating system service routines on the stream.
- [EPROTO]
This indicates the unrecoverable protocol condition that the primitive would place the interface in an incorrect state.
Only connection-mode.
Transport user.
Contents | Next section | Index |