libmicrohttpd
[Top][All Lists]
Advanced

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

Re: [libmicrohttpd] Regarding IPV4/IPV6 support


From: Santos Das
Subject: Re: [libmicrohttpd] Regarding IPV4/IPV6 support
Date: Tue, 4 Dec 2018 22:20:58 +0530

Thank you.

Regards, Santos

On Tue, Dec 4, 2018 at 10:18 PM silvioprog <address@hidden> wrote:
Hi Santos.

You can do it using the flag MHD_USE_DUAL_STACK:

  /**
   * Use a single socket for IPv4 and IPv6.
   */
  MHD_USE_DUAL_STACK = MHD_USE_IPv6 | 2048,

Cheers!

On Tue, Dec 4, 2018 at 1:45 PM Santos Das <address@hidden> wrote:
Hi,

Can MHD listen on both IPv4 and IPv6 address at the same time?

Thanks, Santos

--
Silvio Clécio

reply via email to

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