On Wed, Dec 23, 2009 at 12:47:45PM +0100, Hendrik Sattler wrote:
> 
> I have failures now with a client that cannot connect() to the IPv4 address 
> but get an ENETUNREACH instead.
> The application DOES set this socket option:
> socket(PF_INET6, SOCK_STREAM, IPPROTO_IP) = 3
> setsockopt(3, SOL_IPV6, IPV6_V6ONLY, [0], 4) = 0
> bind(3, {sa_family=AF_INET6,....) = 0
> listen(3, ....) = 0

Does that mean your application only works if the kernel supports
IPv6?  In that case I think your application is broken.


Kurt


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to