mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
d1f32a3e5d
Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree.
14 lines
641 B
Plaintext
14 lines
641 B
Plaintext
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.
|
|
|
|
Author: Dave Bailey <dave@daveb.net>
|
|
WWW: http://daveb.net/bsdproxy/
|