Re: [PATCH] Allow specifying the socket style for open-socket-for-uri.

2023-07-24 Thread Maxime Devos
Op 20-07-2023 om 16:08 schreef Christopher Baines: Since this allows specifying additional behaviours for the socket through using SOCK_CLOEXEC and/or SOCK_NONBLOCK (when bitwise or'ed with SOCK_STREAM). Note that Guile/guile-gnutls currently doesn't support performing the TLS handshake on a n

[PATCH] Allow specifying the socket style for open-socket-for-uri.

2023-07-20 Thread Christopher Baines
Since this allows specifying additional behaviours for the socket through using SOCK_CLOEXEC and/or SOCK_NONBLOCK (when bitwise or'ed with SOCK_STREAM). Note that Guile/guile-gnutls currently doesn't support performing the TLS handshake on a non-blocking socket, so this currently won't work. * mo