Steinberg Michael wrote: > I need to queue up received UDP packets inside the UDP receive callback (RAW > API) for > an event driven->polling transfer. I take that the passed in pbuf pointers > may very > well point to pbuf chains, right?
Yes. > Abusing the pbuf next pointers for my own custom packet queue seemed like a > quick answer, > but I fear that it might backfire quickly... Not a good idea. Simon _______________________________________________ lwip-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lwip-users
