mirror of
https://github.com/opnsense/src.git
synced 2026-04-27 17:17:19 -04:00
Add comment to go with r291228.
Submitted by: trasz@
This commit is contained in:
parent
6c43c26fe0
commit
c8b73c2cc7
1 changed files with 5 additions and 0 deletions
|
|
@ -1371,6 +1371,11 @@ iscsi_ioctl_daemon_handoff(struct iscsi_softc *sc,
|
|||
is->is_statsn = handoff->idh_statsn;
|
||||
is->is_initial_r2t = handoff->idh_initial_r2t;
|
||||
is->is_immediate_data = handoff->idh_immediate_data;
|
||||
|
||||
/*
|
||||
* Cap MaxRecvDataSegmentLength obtained from the target to the maximum
|
||||
* size supported by our ICL module.
|
||||
*/
|
||||
is->is_max_data_segment_length = min(ic->ic_max_data_segment_length,
|
||||
handoff->idh_max_data_segment_length);
|
||||
is->is_max_burst_length = handoff->idh_max_burst_length;
|
||||
|
|
|
|||
Loading…
Reference in a new issue