]> git.ipfire.org Git - thirdparty/pdns.git/commit
remove all traces of selectmplexer, fix up pollmplexer
authorbert hubert <bert.hubert@netherlabs.nl>
Thu, 25 Jan 2018 21:57:11 +0000 (22:57 +0100)
committerbert hubert <bert.hubert@netherlabs.nl>
Thu, 25 Jan 2018 21:58:07 +0000 (22:58 +0100)
commit926444e2c9722a134d42dbabc072728a037f20db
treef4a3dcb4da098f96a9a1bdba24cb219c4e68946e
parent5285383e3807e4d0195033385094df9487c688f0
remove all traces of selectmplexer, fix up pollmplexer
select is scary when a lot of file descriptors are used. Use poll.
pdns/Makefile.am
pdns/dnsdist.cc
pdns/dnsdistdist/Makefile.am
pdns/dnsdistdist/pollmplexer.cc [new symlink]
pdns/dnsdistdist/selectmplexer.cc [deleted symlink]
pdns/pollmplexer.cc
pdns/recursordist/Makefile.am
pdns/recursordist/pollmplexer.cc [new symlink]
pdns/recursordist/selectmplexer.cc [deleted symlink]
pdns/selectmplexer.cc [deleted file]