[xiph-cvs] cvs commit: icecast TODO

Michael Smith msmith at xiph.org
Fri Jul 5 22:37:48 PDT 2002



msmith      02/07/05 22:37:48

  Modified:    .        TODO
  Log:
  Add some notes about select() limitations to TODO.

Revision  Changes    Path
1.3       +6 -0      icecast/TODO

Index: TODO
===================================================================
RCS file: /usr/local/cvsroot/icecast/TODO,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- TODO	2001/10/20 07:59:01	1.2
+++ TODO	2002/07/06 05:37:47	1.3
@@ -5,6 +5,12 @@
 - 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

<p><p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list