lwip-users
[Top][All Lists]
Advanced

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

[lwip-users] chaining pbufs as an user


From: mgroups
Subject: [lwip-users] chaining pbufs as an user
Date: Wed, 21 Jul 2010 09:07:44 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2.4) Gecko/20100608 Lightning/1.0b2 Thunderbird/3.1

 Hello,

Can I chain pbufs as an user, respectively is that a good idea?
I want to save the incoming data, because I can't process it that fast and I don't want to copy it in a separate buffer. My idea was to chain new incoming pbufs at the end of the chain and to process the oldest pbuf which is the first in the chain.



reply via email to

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