[Bug 259439] ctld: MaxRecvDataSegmentLength is sent only in response to initiator's MaxRecvDataSegmentLength

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 25 Oct 2021 20:07:14 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259439

Alexander Motin <mav@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mav@FreeBSD.org

--- Comment #1 from Alexander Motin <mav@FreeBSD.org> ---
As I have told in https://reviews.freebsd.org/D32605, unlike the initiator, for
target this is not a bug, at most a sub-optimal parameter negotiation.  We may
indeed try to unconditionally announce our MaxRecvDataSegmentLength value, but
what if initiator not sending its own value will try to reject the received
one?  Our minimalistic negotiation code is not ready for real disputes.  I
haven't see many initiators not sending MaxRecvDataSegmentLength, so can't
guess what can be on their minds.

-- 
You are receiving this mail because:
You are the assignee for the bug.