diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2010-08-05 10:32:04 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2010-08-05 10:32:04 +0000 |
commit | 4c030a62ccb1806c20eeb2239ed6c32e4c4559dd (patch) | |
tree | 0a2f3fb5b922506b93cb586d75d37912aef71de6 /net/unix2tcp | |
parent | 5b3a65c635266f17caf56c41a5dea2dd26e28f96 (diff) | |
download | ports-4c030a62ccb1806c20eeb2239ed6c32e4c4559dd.tar.gz ports-4c030a62ccb1806c20eeb2239ed6c32e4c4559dd.zip |
Notes
Diffstat (limited to 'net/unix2tcp')
-rw-r--r-- | net/unix2tcp/pkg-descr | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/unix2tcp/pkg-descr b/net/unix2tcp/pkg-descr index b19cdf0935eb..6791050cbf91 100644 --- a/net/unix2tcp/pkg-descr +++ b/net/unix2tcp/pkg-descr @@ -3,12 +3,12 @@ Aims: traffic to a (remote) IP address/port What it does: -- Tunnels all traffic betweeb a (remote) address/port and a local UNIX socket +- Tunnels all traffic between 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 +What it doesn't do (yet): +- Doesn't limit number of concurrent connections WWW: http://ahriman.bucharest.roedu.net/unix2tcp/ AUTHOR: <dizzy@roedu.net> |