My NetLib application receives and processes a lot of UDP packets on a wireless network (~30 per second). It does this by passing a 0 timeout to EvtGetEvent, then in the nil event handler calling NetLibSelect to see if there is any data available, and if available, NetLibReceive to receive the data.
The problem I am having is calling NetLibSend to send a UDP packet while in the middle of receiving this data. I am getting the following error messages: <TE>Out of packets (0x127D) out of cmd blocks (0x1215) I get the first much more often than the first. I don't get any errors when calling NetLibReceive. Can someone shed some light on what might be going on here? Thanks! Bruce Vander Werf [EMAIL PROTECTED] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
