CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/01/15 15:28:23
Modified files:
lib/libsndio : aucat.c
Log message:
Keep in memory whether the socket is writable. This way sio_revents()
can return POLLOUT (if requested), even the handle was not writable when
sio_pollfd() was called but become writable somewhere in the code path
of sio_revents().
This should improve stability of programs using very small buffers.
