commit | 6c720c44403c9d09a8a0b28ec95f418456ec15fe | [log] [tgz] |
---|---|---|
author | Edwin van der Oetelaar <oetelaar.automatisering@gmail.com> | Thu Jan 17 11:16:15 2013 +0800 |
committer | Andy Green <andy.green@linaro.org> | Thu Jan 17 15:50:09 2013 +0800 |
tree | 6c1265b9fc8200e0104718716b4370200d3fbdf4 | |
parent | b2de95d2d46f624b92e059646613d45ab58bfdab [diff] |
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>