On Tue, 2007-03-27 at 23:19 +0800, geckook Xu wrote: > Assertion cp_input: active pcb->state != CLOSED failed at line 170 in tcp_in.c > > I still can not solve this problem. > who can give me some advice. > > please have a looke my code.
I'm afraid I've already told you what the likely problem is: you haven't protected the stack from concurrent access by more than one thread. Unfortunately I don't have time to go over your code and show you exactly where you need to put locks. Kieran _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
