diff options
author | Andrew Psaltis <ampsaltis@gmail.com> | 2010-05-12 23:32:47 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-12 23:32:47 +0200 |
commit | b43054d76b9780b938e074632d345661877e39e3 (patch) | |
tree | d5aaf6cc928cd38c086cb8757d0b70d99f6649b4 /network/socat/README | |
parent | 22d849dfda1774922358a05907b317ad5b7e7bc4 (diff) | |
download | slackbuilds-b43054d76b9780b938e074632d345661877e39e3.tar.gz |
network/socat: Added to 12.2 repository
Diffstat (limited to 'network/socat/README')
-rw-r--r-- | network/socat/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/network/socat/README b/network/socat/README new file mode 100644 index 0000000000..828012f25b --- /dev/null +++ b/network/socat/README @@ -0,0 +1,12 @@ +socat is a relay for bidirectional data transfer between two +independent data channels. Each of these data channels may be a file, +pipe, device (serial line etc. or a pseudo terminal), a socket (UNIX, +IP4, IP6 - raw, UDP, TCP), an SSL socket, proxy CONNECT connection, +a file descriptor (stdin etc.), the GNU line editor (readline), +a program, or a combination of two of these. These modes include +generation of "listening" sockets, named pipes, and pseudo terminals. + +socat can use the OpenSSL FIPS module, if it is installed on your system. + +Upon install, you may want to read the SECURITY file in the documentation +directory. |