Changes between Initial Version and Version 1 of Ticket #96, comment 2


Ignore:
Timestamp:
12/01/10 17:50:43 (13 years ago)
Author:
themaister
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #96, comment 2

    initial v1  
    1 Yes. If I do while(roar_vs_iterate(vss, ROAR_NOWAIT, NULL) > 0); on a nonblocking socket, I expect it to return -1 when the write() syscall (or the equivalent) finally received a EAGAIN errno. As of now it seems to return 1 instead.  
     1Yes. If I do while(roar_vs_iterate(vss, ROAR_VS_NOWAIT, NULL) > 0); on a nonblocking socket, I expect it to return -1 when the write() syscall (or the equivalent) finally received a EAGAIN errno. As of now it seems to return 1 instead.  
    22 
    33I use this in mplayer to flush out the buffer as much as possible (nonblocking) before returning from get_avail();