]> git.tuebingen.mpg.de Git - paraslash.git/commit
dccp_recv/udp_recv: Use the new nonblock API.
authorAndre Noll <maan@systemlinux.org>
Sun, 25 Apr 2010 17:34:35 +0000 (19:34 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 25 Apr 2010 17:34:35 +0000 (19:34 +0200)
commitde7b5b177b8ad295820bd14c00b049fd8a5ec21f
tree35598938655cacafff8b4ba1263254449223575e
parent98f2c8aea52a49fad3fd6df67b1eb32c1499176c
dccp_recv/udp_recv: Use the new nonblock API.

This simplifies the code quite a bit. In particular it allows to
kill the extra check for EAGAIN that was necessary to deal with
unreliable return value of FD_ISSET().
dccp_recv.c
fd.c
fd.h
udp_recv.c