Mellanox / libxlio

Other
32 stars 18 forks source link

issue: 3759513 Fix blocking SSL_sendfile() #141

Open pasis opened 3 months ago

pasis commented 3 months ago

Description

SSL_sendfile() creates 3 iov elements, however, for a blocking socket only a signle element is expected in partial write handling.

What

Fix partial write handling in blocking TLS offload path.

Why ?

Blocking SSL_sendfile() fix.

Change type

What kind of change does this PR introduce?

Check list

AlexanderGrissik commented 1 month ago

Last check introduces some degradation that should be investigated