pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/unix2tcp



Module name:    wip
Committed by:   poppnk
Date:           Sun Jun 19 09:12:09 UTC 2005

Import into wip/unix2tcp

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

Status:

Vendor Tag:     PANCAKE
Release Tags:   PANCAKE_20050619
                
N wip/unix2tcp/Makefile
N wip/unix2tcp/PLIST
N wip/unix2tcp/distinfo
N wip/unix2tcp/DESCR

No conflicts created by this import


To generate a diff of this commit:

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs



Home | Main Index | Thread Index | Old Index