This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: socat with IP6 support?


On May  9 06:01, Andrew Schulman wrote:
> > > 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.

2.0 works for me, too.


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Maintainer                 cygwin AT cygwin DOT com
Red Hat

Attachment: pgpjDYs5l1Fus.pgp
Description: PGP signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]