ftp-proxy - Port from libevent to kqueue(2)/kevent(2)
authorSamuel J. Greear <sjg@thesjg.com>
Fri, 13 Aug 2010 01:06:38 +0000 (01:06 +0000)
committerSamuel J. Greear <sjg@thesjg.com>
Fri, 13 Aug 2010 13:00:05 +0000 (13:00 +0000)
commit2af0c10e141aead20fe11cb8db4093034223834a
tree096ce9456b9b18bd0d0fa6699a4386c0aea62e95
parent69cc30e7c55bf0ea5dfa07b64d1a97f4affbab84
ftp-proxy - Port from libevent to kqueue(2)/kevent(2)

* Was using libevent's bufferevent* API, we let the socket buffers do
  most of the work.
usr.sbin/ftp-proxy/Makefile
usr.sbin/ftp-proxy/ftp-proxy.c