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:to:from:subject:date:message-id:references
	:mime-version:content-type:content-transfer-encoding; q=dns; s=
	default; b=F+jLGT5Pbzp049DXC5K6aN4OukgIKiW2F9btBL9NkPc+1HkT+XZKK
	nuWiyxURuH9MKD1l65EpmcgdjiJod+a9sVTPA94LXg+jHdk+eg7LQz6X4qISTeF7
	k+9jzKv8maeCPGdVHPdW9p+J59+K3YVSyPivR476K0wOL7X2TOXWeA=
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=su6vFU5GnHYcENLEmqcqPIg0UnY=; b=OyhA/wWEEHNspHP06DWxWV6Wrm3F
	7+VPaJFFw6c8dqKy+dUwSjViHCvwejVesQWQmTvUPQTCCJAS1/UszW3duVtAMZz4
	7SFw9O/J8KdyF11QnNP/0NaeK0Nlp5Cu6eQab8BZIeAj/L2upf8FzVJrXD8MeErX
	P+7147qvI2y0qS0=
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=-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@cygwin.com
From: Andrew Schulman <schulman.andrew@epa.gov>
Subject: Re: socat with IP6 support?
Date: Fri, 09 May 2014 06:01:54 -0400
Lines: 22
Message-ID: <el9pm9h6v8636m5pn7nce4fhg9vkc0uhsf@4ax.com>
References: <20140117213255.GA1843@ednor.casa.cgf.cx> <20140117221946.GA22079@calimero.vinschen.de> <CAF+jOM3YUtgtae5L=kTmaChYRGQYrp6yGg9H8CbFQ3GguW5-0Q@mail.gmail.com> <20140118114751.GC22079@calimero.vinschen.de> <6nnpd9tm0hn3od1ch642flc0upuvr15jau@4ax.com> <20140120172758.GA2357@calimero.vinschen.de> <r9mnm955ummb5mktvm8u4eds49eatpsjab@4ax.com> <20140508201034.GB2645@calimero.vinschen.de> <vhdom9pj43vhf22gavk23ks6g2md18t1uc@4ax.com> <20140509084727.GE2645@calimero.vinschen.de>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Archive: encrypt
X-IsSubscribed: yes

> > To copy file1 to file2 on the localhost, run:
> > 
> > 	socat tcp6-listen:7777 file2
> > 
> > to set up a listener, and:
> > 
> > 	socat tcp6:[::1]:7777 file1
> > 
> > to connect to the listener and transfer the file.
> > 
> > If you have two hosts, you could try the same, running the first command
> > on the server, and the second command substituting the ipv6 address of
> > the server in place of ::1.
> 
> Testing this on 64 bit, with socat 1.7.2.4, and a Linux peer in both
> directions works fine.
> 
> Do you need a test of the 2.0 test version as well?

Yes please, since 2.0 is where I had to apply a patch to remove the use
of IPV6_DSTOPTS.  I do have an ipv6 host here that I tested it on, but
it would be good to have another test.


--
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

