summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tftp-proxy/filter.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bring in a persistent event driven tftp-proxy to replace the libexecdlg2012-07-111-0/+28
one run out of inetd. the libexec tftp-proxy had the same problems as the libexec tftpd, in that it didnt scale as well as we needed. it also had a bunch of interesting races with states and addresses on sockets. manpage is coming. ok deraadt@ sthen@ henning@ matthew@