Jump to content

ucspi-tcp

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by SmackBot (talk | contribs) at 18:47, 7 June 2010 (FIx up portal template and general fixes). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

ucspi-tcp is a public domain Unix TCP command-line tool for building TCP client-server applications. It consists of super-server tcpserver and tcpclient application.

From "Life with qmail", Dave Sill, 2 January 2006 (Appendix B.3.): ucspi-tcp is an acronym for UNIX Client-Server Program Interface for TCP, and it's pronounced ooks-pie tee see pee.

tcpserver features built-in TCP Wrapper-like access control.

ucspi-tcp competes with several other programs

  • inetd, TCP server
  • xinetd, a replacement for inetd
  • mconnect client supplied as part of SunOS
  • faucet and hose, part of the netpipes package
  • netcat