Hi Sergio, I looked into what you suggested. My rxd_callback(..) gets called multiple times for a single large data transmitted by client and I noticed the p->len is always equal to p->tot_len (i.e 1460) and p->next is always NULL. This makes me think that, for some reason, I am always getting single pbuf. Am I missing any config settings? Do you have a sample code for receiving large data that is been buffered for entirety before it gets processed?
Thank you, nkumar -- View this message in context: http://lwip.100.n7.nabble.com/RAW-Api-to-receive-large-image-data-tp22873p22881.html Sent from the lwip-users mailing list archive at Nabble.com. _______________________________________________ lwip-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lwip-users
