On Sun, 16 May 2021 04:58:11 +0000 Jim Ma wrote:
No, this patch fix using MSG_* in splice.
I have tested read, write, sendmsg, recvmsg fot tls, and try to
implement tls in golang. In develop, I have found those issues and
try to fix them.
To be clear the Fixes tag points to the commit where the issue was
first introduced. AFAICT the issue was there from the start, that
is commit c46234ebb4d1 ("tls: RX path for ktls"). Are you saying that
it used to work in the beginning and then another commit broke it?
We need the fixes tag to be able to tell how far back (in terms of
LTS releases) to backport.
An other issue, when before enable TLS_RX in cleint, the server sends
a tls record, client will receive bad message or message too long
error. I'm try to fix this issue.
Please reply all and don't top post.