cisco-open/camblet-driver

TLS: implement sendpage also in non-kTLS connections (only kernel < 6.5)

Closed this issue · 0 comments

Problem Statement

Zerocopy TLS is implemented in #49 but it is not covering non-kTLS connections, for example where the sender is using BearSSL.

Proposed Solution

Please describe what you envision the solution to this problem would look like.

Alternatives Considered

This problem doesn't affect Kernel version 6.5 and above, since the sendpage method has been removed and now is replaced by sendmsg which is already covered.

Additional Context

Please provide any other information that may be relevant.