Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
Icecast-Server
Commits
f661756d
Commit
f661756d
authored
Jul 06, 2002
by
Michael Smith
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add some notes about select() limitations to TODO.
svn path=/trunk/icecast/; revision=3537
parent
9cf59b28
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
TODO
TODO
+6
-0
No files found.
TODO
View file @
f661756d
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment