[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libmicrohttpd] How is MHD_USE_IPv6 supposed to work?
From: |
Sven Geggus |
Subject: |
[libmicrohttpd] How is MHD_USE_IPv6 supposed to work? |
Date: |
Tue, 13 Dec 2011 18:26:47 +0000 (UTC) |
User-agent: |
tin/2.0.0-20110823 ("Ardenistiel") (UNIX) (Linux/3.1.1 (x86_64)) |
Hello,
to support dual stack I just changed my code from:
MHD_start_daemon(MHD_NO,...
to
MHD_start_daemon(MHD_USE_IPv6,...
Unfortunately the daemon seems to be ipv6 _only_ now.
How ist this supposed to work?
>From generic socket-programming I usually assume AF_INET6 on to
serverside to be both IPv4 and IPv6. Is this different as far as
libmicrohttpd is concerned?
Regards
Sven
--
This APT has Super Cow Powers.
(apt-get --help on debian woody)
/me is address@hidden, http://sven.gegg.us/ on the Web
- [libmicrohttpd] How is MHD_USE_IPv6 supposed to work?,
Sven Geggus <=