Bypass maximum number of TCP connections limitation in amuledamule-svn-r10582
commit98805ea327c6486926406c755ae6c49a21af6e6b
authorupstream svn <svn@amule.org>
Wed, 15 Jun 2011 18:43:39 +0000 (15 18:43 +0000)
committerDévai Tamás <gonosztopi@amule.org>
Wed, 15 Jun 2011 19:00:18 +0000 (15 19:00 +0000)
tree611131850f8ae78dc35f3f39a9b9cdbb8b78f4de
parent841a729568c50302812372a172aa44f2120ba037
Bypass maximum number of TCP connections limitation in amuled

select(2) can handle up to 1024 descriptors, while poll(2) does not have this
limitation. However, this is only an issue if the max connections setting is
too high (>~1000), and the actual number of connections reaches (nears) this
limit.

Closing issue #1585
.svn-revision
config.h.in
configure
configure.in
docs/Changelog
src/amule.h
src/amuled.cpp