]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ctld: Always declare MaxRecvDataSegmentLength.
authorJohn Baldwin <jhb@FreeBSD.org>
Tue, 26 Oct 2021 21:52:40 +0000 (14:52 -0700)
committerJohn Baldwin <jhb@FreeBSD.org>
Tue, 26 Oct 2021 21:52:40 +0000 (14:52 -0700)
commit7ef7b252adc0152e5f726d00640124c5de0909a9
treeba484dbcff3ed1f0cff46a2696c2d8f40e98515d
parentcdbc4a074bec094dc7f1dfde0773a9417d118ffa
ctld: Always declare MaxRecvDataSegmentLength.

This key is Declarative and should always be sent even if the
initiator did not send it's own limit.  This is similar to the fix in
fc79cf4fea72 but for the target side.  However, unlike that fix,
failure to send the key simply results in reduced performance.

PR: 259439
Reviewed by: mav, emaste
Sponsored by: Chelsio Communications
Differential Revision: https://reviews.freebsd.org/D32651
usr.sbin/ctld/login.c