libmicrohttpd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [libmicrohttpd] Unix sockets support


From: Christian Grothoff
Subject: Re: [libmicrohttpd] Unix sockets support
Date: Wed, 6 Apr 2016 00:52:02 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.6.0

Why do you think it is not supported?

AFAIK it works fine with all the things people would usually want:

* you can use a UNIX socket instead of a TCP listen socket using
MHD_OPTION_LISTEN_SOCKET,  or
* if you established the connection already and have a UNIX stream
socket instead of an accept()-ed TCP connection, via MHD_add_connection().

So you can already use UNIX sockets instead of TCP with MHD.

Happy hacking!

Christian

On 04/06/2016 12:42 AM, Hani Benhabiles wrote:
> Hi,
> 
> AFAICT, using unix sockets is not supported by libmhd at the moment. Is any
> developer working on this already or should I go ahead and work on it ?
> 
> Best regards,
> 
> Hani.
> 

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]