1ffcbdae27
The callback will be executed if a failure (timeout, read error) is detected on an incoming connection. This can be used to detect a client closing the connection while engaged in a chunked reply and actively pushing chunks to the client. Without this notification, it is impossible to know if/when a connection gets closed and react appropriately (ie. stop pushing chunks) resulting in a segfault. |
||
---|---|---|
admin-root | ||
contrib | ||
docs | ||
src | ||
tools | ||
.gitignore | ||
AUTHORS | ||
CREDITS | ||
ChangeLog | ||
Doxyfile | ||
Makefile.am | ||
NEWS | ||
README | ||
TODO | ||
config.rpath | ||
configure.in |
README
Here's the short and sweet of it: ./configure; make; make install You'll still need to make a configuration file in /etc/mt-daapd.conf You can use the sample in contrib/mt-daapd.conf as a starting point. cp contrib/mt-daapd.conf /etc cp contrib/mt-daapd.playlist /etc Edit /etc/mt-daapd.conf to taste. You'll still need distro-specific startup scripts. Check the contrib directory to see if there are rc scripts for your distro. Questions? Check the forums at www.mt-daapd.org or mail rpedde@users.sourceforge.net