It is possible that we can't burst all of the data in the immediate data
authorclaudio <claudio@openbsd.org>
Mon, 21 Apr 2014 12:24:58 +0000 (12:24 +0000)
committerclaudio <claudio@openbsd.org>
Mon, 21 Apr 2014 12:24:58 +0000 (12:24 +0000)
commita557b68ec1b7256c44ea5cd4760b7e6936cd1e49
tree6cba91dd1d3f5e61933119b727281a264f38ee72
parent4dc494bb7fe7c9c28288c6cd20bb7ae39ee56120
It is possible that we can't burst all of the data in the immediate data
part of the write request. In that case R2T requests with be sent for the
rest of the data. The amount of data we can send is defined by
MaxRecvDataSegmentLength which is per connection and so a bit hackish to
read out. In the long run the min() of all connection MaxRecvDataSegmentLength
should be stored in the session struct.
usr.sbin/iscsid/vscsi.c