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=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 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: Fri, 09 May 2014 06:01:54 -0400 Lines: 22 Message-ID: References: <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> <20140508201034 DOT GB2645 AT calimero DOT vinschen DOT de> <20140509084727 DOT GE2645 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 > > 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