X-Recipient: archive-cygwin AT delorie DOT 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:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding; q=dns; s= default; b=EMX3CaWFaVhRlBaMIaHyMm45yJBHBzYFTnU79fWyP8dgfDR04T2Mx CkFh8rovfGUgppoHLRdZOtuvTcrfQe1YYDt+0g6OfqaU1hE/T+9O0vRscwewc5HQ Htz3N4qiDGyIBxz8m2ruAk4edfjpa4y1zG/H6hoQPA418hAXWHIjmc= 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:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding; s=default; bh=0G209rYHL+7ooy+4g2wyudIkoxE=; b=t27738nHl0EIijmArRvh7CP2SFQF ZyeXM3YxyOkGkvjk7fKhk8m99DT326aYgZf1h2RGAwm1swqW5i+KV/PcrthepvWd FgcnTTfa0FBgmnnBPzPYoeaTn1wHstW8oQI8zN8/Z+23SN4MkZkNcQCnHtPoEygF yYVgTyLliwz1yr0= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: plane.gmane.org To: cygwin AT cygwin DOT com From: Andrew Schulman Subject: Re: socat with IP6 support? Date: Thu, 08 May 2014 15:23:52 -0400 Lines: 23 Message-ID: References: <52D985D3 DOT 9070506 AT etr-usa DOT com> <52D9A0C9 DOT 4080508 AT etr-usa DOT com> <20140117213255 DOT GA1843 AT ednor DOT casa DOT cgf DOT cx> <20140117221946 DOT GA22079 AT calimero DOT vinschen DOT de> <20140118114751 DOT GC22079 AT calimero DOT vinschen DOT de> <6nnpd9tm0hn3od1ch642flc0upuvr15jau AT 4ax DOT com> <20140120172758 DOT GA2357 AT calimero DOT vinschen DOT de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Archive: encrypt X-IsSubscribed: yes > On Jan 20 03:45, Andrew Schulman wrote: > > Cygwin doesn't seem to > > define IPV6_DSTOPTS. In Ubuntu, it's defined in > > /usr/include/linux/in6.h (value 59), along with a whole bunch of other > > IPv6 socket options. > > > > I'm not sure what the best solution is here. I could define it locally, > > but would it be better for Cygwin to bring in the missing definitions? > > I don't think so. I checked the available options on Windows again, > and IPV6_DSTOPTS is not supported. I applied a small patch a few > minutes ago to add a few socket options our headers were missing, > but there are still a lot of Linux socket options not supported on > Windows which hinders CYgwin to support them. > > Any chance you could tweak this piece of code to be built only > if IPV6_DSTOPTS is defined? > > Corinna I finally got back to this. I seem to have worked around the problem in socat v2. I've uploaded new packages for 1.7 and 2 that have IPv6 support, but that will need to be tested. Andrew -- 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