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
This archive was generated by hypermail 2b29 : Fri Aug 20 2004 - 12:52:49 PDT