Sending data in dataIn PDUs splitted by maxRecvDataSegment Length

This commit is contained in:
Payes Anand
2017-03-12 01:35:58 +05:30
parent ec8ddb74e0
commit 0b629a16fe
4 changed files with 64 additions and 17 deletions

View File

@@ -77,7 +77,10 @@ type iscsiConnection struct {
// ExpCmdSN - the next expected command sequence number at the target
expCmdSN uint32
// MaxCmdSN - the maximum CmdSN acceptable at the target from this initiator
maxCmdSN uint32
maxCmdSN uint32
maxRecvDataSegmentLength uint32
maxBurstLength uint32
maxSeqCount uint32
rxTask *iscsiTask
txTask *iscsiTask