X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:message-id:date:from:mime-version:to:subject
	:references:in-reply-to:content-type:content-transfer-encoding;
	 q=dns; s=default; b=lSoPjllOUY2uV+5eQih0aURCVVRKLtf8aKOHkcqBBnY
	OFfn3YJLLGM/p3TlCChZkG69soy4r1C0MVHjXj9VJK2TE7uKjZL0xyacw5WvpFgL
	hiToBTYIbvKctvCzo37aEX5eg/KHcE0CXnev97ZomMPrkxjjKdR2bHQIJ1P9gYBU
	=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:message-id:date:from:mime-version:to:subject
	:references:in-reply-to:content-type:content-transfer-encoding;
	 s=default; bh=mk5gxUaF0KFV4CFi3on7pVPLtig=; b=tEUoSTYtI6JlJfQx2
	lR0MnitQJGoPF/XMljBGRy7Asymd9miySTtTS+k/meqWnbOWuLY7siGcOpSaBLrV
	Cj6ed0BrhXlCmaQWag2hFY2U3bDQpRiMJQwXHqmGGujIuQWRUQwefwIj4P1+Xgxh
	74Nmf7xTju/D/KekgCkT4TmZwQ=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-0.1 required=5.0 tests=AWL,BAYES_50,RP_MATCHES_RCVD autolearn=ham version=3.3.2
X-HELO: etr-usa.com
Message-ID: <52D985D3.9070506@etr-usa.com>
Date: Fri, 17 Jan 2014 12:34:43 -0700
From: Warren Young <warren@etr-usa.com>
User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0
MIME-Version: 1.0
To: Cygwin-L <cygwin@cygwin.com>
Subject: Re: socat with IP6 support?
References: <CAF+jOM1XK9d36w+FdRtd2q35yirEaVb0p0wNyteuWru4zTGWrA@mail.gmail.com>
In-Reply-To: <CAF+jOM1XK9d36w+FdRtd2q35yirEaVb0p0wNyteuWru4zTGWrA@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes

On 1/17/2014 11:58, Aaron Humphrey wrote:
> I had thought that cygwin 1.7 had IPv6 support,

It does, to the extent that the underlying Winsock APIs do.  Basically, 
you want to be on Vista or newer if you're going to depend on IPv6 under 
Cygwin.  IPv6 support for earlier versions of Windows was available only 
in "experimental" form.  (Microsoft's term.)

> Is there an inherent limitation in IPv6 support under Cygwin

Here's the relevant section of the configure output:

checking whether to include IPv6 support... yes
checking for netinet/ip6.h... no
configure: WARNING: include file netinet/ip6.h not found, disabling IP6
checking netinet6/in6.h usability... no
checking netinet6/in6.h presence... no
checking for netinet6/in6.h... no

So, apparently Cygwin needs several header files, or socat needs to be 
tweaked to use the definitions in the files that already exist.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

