1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-12-04 14:46:30 -05:00

Add some notes about select() limitations to TODO.

svn path=/trunk/icecast/; revision=3537
This commit is contained in:
Michael Smith 2002-07-06 05:37:47 +00:00
parent 9cf59b280c
commit f661756d42

6
TODO
View File

@ -5,6 +5,12 @@ BUGS
- seem to be some segfaults in httpp still. in a few of the cores i've
been sent, the avl_tree is null when calling into the avl module.
- ensure we don't connect a source if the fd would be more then FD_SETSIZE
(1024, on linux). Otherwise memory gets overrun, and crashes result.
Preferably allow using poll() instead of select() through a lightweight
abstraction.
FEATURES