The FD_SETSIZE issue is already sorted, at least internally. We still need

to provide a better multi-API to allow apps to avoid select().
This commit is contained in:
Daniel Stenberg 2004-11-21 13:18:36 +00:00
parent e80f566a14
commit 5ec4501b9d
1 changed files with 0 additions and 3 deletions

View File

@ -17,6 +17,3 @@ To get fixed in 7.12.3 (planned release: December 2004)
To get fixed in 7.13 (planned release: March 2005)
======================
53 - switch to poll() instead of select() for systems that support it (to
address the FS_SETSIZE problem (API change required)