On Tue, 2007-05-22 at 11:01 +0200, [EMAIL PROTECTED] wrote: > I understand that the undelaying problem is that lwip sockets are non > blocking for default. Then I should use lwip_select just before > receive in the client.
I think the sockets API is blocking by default. Have you tried just doing a blocking receive rather than using select? > Can there be any problem with the semaphores attached to the porting > or something similar? Sounds likely. I suggest you contact whoever it was who did the port and see if they can suggest what might be wrong. Kieran _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
