Index of /ports_net/bsdproxy

Icon  Name                    Last modified      Size  
[DIR] Parent Directory - [TXT] Makefile 03-Oct-2008 11:52 591 [   ] distinfo 28-May-2011 14:07 133 [DIR] files/ 27-Jun-2008 15:17 - [TXT] pkg-descr 14-Dec-2003 15:28 641 [   ] pkg-plist 27-Jun-2008 15:17 109 [DIR] work/ 23-Aug-2010 08:35 -
bsdproxy is a generic, event-driven proxy designed specifically for the
BSD platform.  It uses the kqueue()/kevent() system calls to determine
when to relay data from one side of the connection to the other.  It also
uses GLib (http://www.gtk.org) data structures and memory management 
functions to optimize steady-state performance (minimize unnecessary 
memory allocation/deallocation).  

bsdproxy has been used to proxy HTTP, HTTPS, telnet, and mysql without
any problems.  It should be able to serve as a transparent proxy for 
anything over a TCP/IP connection.

WWW:		http://daveb.net/bsdproxy/
Author:		Dave Bailey <dave@daveb.net>