]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
audioc: Switch to blocking file descriptors.
authorAndre Noll <maan@systemlinux.org>
Mon, 12 Apr 2010 17:07:51 +0000 (19:07 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 25 Apr 2010 18:17:31 +0000 (20:17 +0200)
There is no point in playing games with select() and non-blocking
file descriptors if all we need is a simple loop that dumps the fd
to stdout.

This patch also adds an error message for the case the setup of the
remote socket fails.


No differences found