On Fri, 2007-06-01 at 12:04 +0200, [EMAIL PROTECTED] wrote: > Yes, we have a number of threads (actually two threads) using the same > socket > to send data on one thread, and receive using the other thread. The > socket in question > has been marked with the NONBLOCK flag (using ioctlsocket(sock, > FIONBIO, &dontBlock)).
That style of use of the sockets API is currently not supported I'm afraid. Frederic may be able to supply you with a patch that will make it work better though. Kieran _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
