]> git.ipfire.org Git - thirdparty/squid.git/commit
change the order of the comm loop logic to use kqueue/epoll first
authoradrian <>
Fri, 20 Feb 2004 10:27:46 +0000 (10:27 +0000)
committeradrian <>
Fri, 20 Feb 2004 10:27:46 +0000 (10:27 +0000)
commit6c9797b9e2c8b347536188e34657c418e1c803a8
treecd54fe213563b12881ff97936ff3aa7bd558abff
parentce92f0732dce8b14d57b5f998ffd6acac54665a9
change the order of the comm loop logic to use kqueue/epoll first
if they've been enabled.

The configure code detects poll/select automatically and so they were selected
above epoll/kqueue unless explicitly disabled (--disable-poll --disable-select).
configure.in