Commit graph

3 commits

Author SHA1 Message Date
Thomas Klausner
ad6cb11b6d "wip" is not a valid category -- please use the standard pkgsrc ones.
Remove wip from CATEGORIES, and guess category if wip was the only one
specified.
2005-11-02 17:59:54 +00:00
Roland Illig
0c4d74ebb4 Removed trailing white-space. 2005-09-28 07:47:46 +00:00
pancake ;)
8c998a6998 initial import of unix2tcp
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 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
2005-06-19 09:12:09 +00:00