Item | Description |
---|---|
ConnectionNumber |
The number of transport protocol connections that currently belong to this session. |
ImmediateData |
Whether the initiator and target have agreed to support immediate data on this session. |
Initial |
If true, the initiator must wait for a Ready-To-Transfer before sending to the target. If false, the initiator may send data immediately, within limits set by FirstBurstSize and the expected data transfer length of the request. |
MaxOutstanding |
The maximum number of outstanding Ready-To-Transfers per task within this session. |
First |
The maximum length supported for unsolicited data sent within this session. |
Max |
The maximum number of bytes which can be sent within a single sequence of Data-In or Data-Out PDUs. |
Sequence |
If false, indicates that iSCSI data PDU sequences may be transferred in any order. If true indicates that data PDU sequences must be transferred using continuously increasing offsets, except during error recovery. |
PDU |
If false, iSCSI data PDUs within sequences may be in any order. If true indicates that data PDUs within sequences must be at continuously increasing addresses, with no gaps or overlay between PDUs. |