[gnutls-devel] GnuTLS | kTLS: add a timeout funtionality to _gnutls_ktls_recv() (#1679)
Read-only notification of GnuTLS library development activities
gnutls-devel at lists.gnutls.org
Tue Mar 11 13:49:07 CET 2025
Daiki Ueno commented: https://gitlab.com/gnutls/gnutls/-/issues/1679#note_2390446269
Afaik the common pattern to implement a timeout handling is to set up a session as non-block (e.g., `GNUTLS_NONBLOCK`) and then monitor any events with `poll` or some other system provided facilities. Wouldn't that work in the KTLS case?
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/issues/1679#note_2390446269
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/20250311/2c98c450/attachment-0001.html>
More information about the Gnutls-devel
mailing list