diff options
author | David Miller <dave@frop.net> | 2010-05-13 01:00:24 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 01:00:24 +0200 |
commit | ba151ca3adc55d9a5a5f4a6526289a3196674c07 (patch) | |
tree | 6681d92ec39023e2c2aadb6c7109f256f017c052 /network/ucspi-tcp/README | |
parent | 064e0a87ac641068af11484f7de49d42685c6ee4 (diff) | |
download | slackbuilds-ba151ca3adc55d9a5a5f4a6526289a3196674c07.tar.gz |
network/ucspi-tcp: Added to 13.0 repository
Diffstat (limited to 'network/ucspi-tcp/README')
-rw-r--r-- | network/ucspi-tcp/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/network/ucspi-tcp/README b/network/ucspi-tcp/README new file mode 100644 index 0000000000..fd31488d97 --- /dev/null +++ b/network/ucspi-tcp/README @@ -0,0 +1,11 @@ +ucspi-tcp (djb's TCP client-server command-line tools) + +ucspi-tcp includes several programs. tcpserver waits for incoming +connections and, for each connection, runs a program of your choice, +it provides useful environment variables, resource limits, and access +control features. tcpclient makes a TCP connection and runs a program of +your choice. It sets up the same environment variables as tcpserver. + +Also included are recordio, a tool that monitors all the input and output +of a server, and several sample clients built on top of tcpclient: who@, +date@, finger@, http@, tcpcat, and mconnect. |