1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
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

18 lines
520 B
Plaintext

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