libmicrohttpd
[Top][All Lists]
Advanced

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

Re: [libmicrohttpd] How is MHD_USE_IPv6 supposed to work?


From: Christian Grothoff
Subject: Re: [libmicrohttpd] How is MHD_USE_IPv6 supposed to work?
Date: Tue, 13 Dec 2011 23:07:41 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20111004 Lightning/1.0b1 Icedove/3.0.11

On 12/13/2011 08:09 PM, Sven Geggus wrote:
Christian Grothoff<address@hidden>  wrote:

The correct way to get dual-stack is to call MHD_start_daemon twice,
once for IPv4 and once for IPv6.

Hm so what would I do if I want to server both IPv4 and IPv6 clients
in one select loop? Calling MHD_get_fdset twice? Would this work?

Yes, this works just fine.

-Christian



reply via email to

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