lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] RAW Api to receive large image data


From: nkumar
Subject: Re: [lwip-users] RAW Api to receive large image data
Date: Mon, 7 Jul 2014 07:01:13 -0700 (PDT)

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]