ports/net/netpipes/pkg/DESCR

8 lines
339 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Netpipes is a collection of utilities which attempts to provide the
functionality of pipes over a network.
It consists of small utilities that perform a single task, such as
listening on a port for connections (faucet), sending data to a
remote port (hose), or even multiplex multiple streams over a single
TCP connection (encapsulate).