diff options
author | minskim <minskim@pkgsrc.org> | 2004-02-14 22:43:38 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-02-14 22:43:38 +0000 |
commit | 6f207ba2790a5059ec760f7494f34b50674d2be6 (patch) | |
tree | f37d0c7e3809d2ca271d4fe025d492993b184c33 /net/socat/DESCR | |
parent | fec67788f3345642e290bbb4f37598f6ec2db439 (diff) | |
download | pkgsrc-6f207ba2790a5059ec760f7494f34b50674d2be6.tar.gz |
Import socat-1.3.2.2 from pkgsrc-wip. Provided by Adrian Portelli,
and slightly modified by me.
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, a program, or a
combination of two of these. These modes include generation of
"listening" sockets, pipes and pseudo terminals.
Diffstat (limited to 'net/socat/DESCR')
-rw-r--r-- | net/socat/DESCR | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/net/socat/DESCR b/net/socat/DESCR new file mode 100644 index 00000000000..eb350ac66d3 --- /dev/null +++ b/net/socat/DESCR @@ -0,0 +1,7 @@ +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, a program, or a +combination of two of these. These modes include generation of +"listening" sockets, pipes and pseudo terminals. |