diff options
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. |