Arturo Martinez Rubio wrote:
> Hi everyone,
> 
> Does anyone know if gnutls works over unix domain sockets?
> For example:
> 
> sock = socket(PF_UNIX, SOCK_STREAM, 0);
> ...
> gnutls_transport_set_ptr(session, sock);
> ...

It does. What would be the benefit of such an operation though?




_______________________________________________
Help-gnutls mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gnutls

Reply via email to