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!
Post by Santos DasHi,
Can MHD listen on both IPv4 and IPv6 address at the same time?
Thanks, Santos
--
Silvio Clécio