[info-performer] Non-blocking UDP in Performer

Date view Thread view Subject view Author view

From: Kevin C. Chao (kcc++at++dynres.com)
Date: 08/20/2004 10:51:22


Hi,

I am trying to use non-blocking UDP sockets in my performer application but could not get it to work.
I am able to make the blocking UDP working. When I change it to non-blocking mode with "ioctl(sid, FIONBIO, ...);", my recvfrom() returns immediately with -1 (i.e. no data is read to the buffer).

How do I fix this? Thanks.

Kevin


Date view Thread view Subject view Author view

This archive was generated by hypermail 2b29 : Fri Aug 20 2004 - 12:52:49 PDT