Use poll
From MLDonkey
Syntax
~> use_poll false
or
~> use_poll true
Description
Allows to switch between the use of the poll() (\"true\") and the use of the select() (\"false\") syscall. mldonkey should use poll() when available, because it's more efficient and doesn't have the 1024 filedescriptors limit.
This parameter is not saved across sessions. It's only a Debugging feature anyway.