On Tue, 2009-10-06 at 13:08 +0200, Martin Velek wrote: > Hello, > > has anyone experience with using one netconn structure for: > - waiting for data in one task and > - sending data in the second?
Not supported I'm afraid. Each connection must be used from at most one thread. Kieran _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
