mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
If 'poll()' function is disabled, then in thread-per-connection mode 'select()' is used. This is much less efficient. 'epoll' is not used in thread-per-connection mode as it would require additional epoll FD per every connection. Signed-off-by: Evgeny Grin (Karlson2k) <k2k@narod.ru>