Hello palm-dev, I'm having trouble getting accept() to time out when I run my app in PalmOS 5.2. If I set AppNetTimeout to -1 (wait forever), then everything works as expected. But if I set it to anything else it never times out (just blocks until something connects to the device).
Has anyone encountered this? It is important to me because I have read in several places that select() always returns a listening socket as readable whether there is a connection available or not and I don't want to block too long in accept. Thanks, Chris -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
