Subject: CVS commit: wip/unix2tcp
From: pancake ;)
Date: 2005-06-19 11:12:09
Message id: E1Djvqq-00050F-G9@sc8-pr-cvs1.sourceforge.net

Log Message:
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


Files:
RevisionActionfile
1.1importwip/unix2tcp/Makefile
1.1importwip/unix2tcp/PLIST
1.1importwip/unix2tcp/distinfo
1.1importwip/unix2tcp/DESCR