> > I thought about that solution, but my application is more complex. > > There are three tasks, each of them communicates with his own serial > > port. When new data come from TCP, I check specific flag, which > > determines wich task (serial port) must get rest of the data frame. > > Where do you get this flag from?
From TCP data, in callback_function I receive netbuf, so I can see all data. The value of particular byte determines where the rest of the TCP data must go. _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
