freebsd-ports/net/unix2tcp/pkg-descr
Michael Landin 1fe8493549 Change maintainer email to my @FreeBSD.org address
Approved by: roberto(mentor)
2003-05-07 11:37:56 +00:00

17 lines
520 B
Text

Aims:
- To listen on a local UNIX socket and tunnel any incoming connections and
traffic to a (remote) IP address/port
What it does:
- Tunnels all traffic betweeb a (remote) address/port and a local UNIX socket
- Does NOT use fork() (single process model)
- Does use O_NONBLOCK , should be no case of blocking
What it doesnt do (yet):
- Doesnt limit number of concurent connections
WWW: http://ahriman.bucharest.roedu.net/unix2tcp/
AUTHOR: <dizzy@roedu.net>
- Michael L. Hostbaek
mich@FreeBSD.org