use simple lookup table for extpoll 26/2926/1
authorEdwin van der Oetelaar <oetelaar.automatisering@gmail.com>
Thu, 17 Jan 2013 03:16:15 +0000 (11:16 +0800)
committerKevron Rees <kevron_m_rees@linux.intel.com>
Thu, 7 Mar 2013 21:01:26 +0000 (13:01 -0800)
commit1684b4709e389097c2aee594c44ae663a0a64b2a
tree36c88e31e212c20a51e318b7435555b09768f7fd
parent30816072f4b98f573667653a4f68021d78b4940f
use simple lookup table for extpoll

Hash stuff is overkill since Edwin found a max connection limit of 30000 on his
box anyway.  Just use a simple preallocated lookup table and fds array.

AG Modified for style and removed debugging bits

Signed-off-by: Edwin van der Oetelaar <oetelaar.automatisering@gmail.com>
Signed-off-by: Andy Green <andy.green@linaro.org>
test-server/test-server.c