From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29733 invoked by alias); 9 May 2014 10:02:12 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 29722 invoked by uid 89); 9 May 2014 10:02:12 -0000 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 Received: from plane.gmane.org (HELO plane.gmane.org) (80.91.229.3) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Fri, 09 May 2014 10:02:11 +0000 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Wihd1-0007m3-0k for cygwin@cygwin.com; Fri, 09 May 2014 12:02:07 +0200 Received: from c-69-140-37-22.hsd1.md.comcast.net ([69.140.37.22]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 09 May 2014 12:02:07 +0200 Received: from schulman.andrew by c-69-140-37-22.hsd1.md.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 09 May 2014 12:02:07 +0200 To: cygwin@cygwin.com From: Andrew Schulman Subject: Re: socat with IP6 support? Date: Fri, 09 May 2014 10:02:00 -0000 Message-ID: References: <20140117213255.GA1843@ednor.casa.cgf.cx> <20140117221946.GA22079@calimero.vinschen.de> <20140118114751.GC22079@calimero.vinschen.de> <6nnpd9tm0hn3od1ch642flc0upuvr15jau@4ax.com> <20140120172758.GA2357@calimero.vinschen.de> <20140508201034.GB2645@calimero.vinschen.de> <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 X-SW-Source: 2014-05/txt/msg00180.txt.bz2 > > 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