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 <santos....@gmail.com> wrote: > Hi, > > Can MHD listen on both IPv4 and IPv6 address at the same time? > > Thanks, Santos > -- Silvio Clécio