Socat Download

Socat - Multipurpose relay (cloned from git://repo.or.cz/socat.git) - I am not the project owner, please submit bugs to socat@dest-unreach.org - craSH/socat. How to install socat (network utility) in Windows What is socat? Socat is a computer networking utility for reading from and writing to network connections using TCP or UDP. A second Cygwin Setup dialog will appear, asking how you want to install. Make sure that the 'Install from Internet' radio button is selected; then click the Next button: A third Cygwin Setup dialog will appear, asking where you want to install. Check that the Root folder setting is C:cygwin.
Install Socat Windows 10
While compiling socat-2.0.0-b5 on cygwin (Windows) I got a few errors and here’s how I fixed it:xioopts.c: In function 'applyopts_single':
xioopts.c:3998: error: 'struct single' has no member named 'fd1'
xioopts.c:4000: error: 'struct single' has no member named 'fd1'
make[1]: *** [xioopts.o] Error 1
Edit the file xioopts.c in your favorite editor and replace ‘fd1’ by ‘rfd’ in both lines (3998 & 4000). That fixed this error but then I got my next error.
Socat Ubuntu
xio-ip.c:480: error: structure has no member named `ipi_spec_dst'
Edit xio-ip.c and comment out the entire snprintf statement in xio-ip.c line 480.
Linux Socat Install
Continue compilation and it should now work fine.