[gnutls-devel] GnuTLS | support async operation e.g. io_uring (#1510)

Read-only notification of GnuTLS library development activities gnutls-devel at lists.gnutls.org
Sat Oct 14 14:15:49 CEST 2023



Yick created an issue: https://gitlab.com/gnutls/gnutls/-/issues/1510



By io_uring, a batch of recv/send could be submitted in a single syscall; frankly it looks like sendmmsg/recvmmsg, though it is more powerful, because it can combine recv/send operations with dozens of sockets in one shot. Besides that, in order to support UDP GSO feature, multiple data shall be concatenated in a continued buffer. At present, it is possible to fetch data then feed to gnutls_record_recv(), but still hard to deal with send(). 

Hence could it be possible for gnutls to expose some buffer management API?

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/issues/1510
You're receiving this email because of your account on gitlab.com.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20231014/f348fa18/attachment.html>


More information about the Gnutls-devel mailing list