lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] Sample code for the mainloop NO_SYS case is broken


From: Dirk Ziegelmeier
Subject: Re: [lwip-users] Sample code for the mainloop NO_SYS case is broken
Date: Wed, 8 Jul 2020 09:04:01 +0200

The code in NO_SYS docs is pseudo-code, you need to implement pbuf queues by yourself. Usually an OS already supports some kind of queue.

So packet QUEUES are not supported, pbufs only support CHAINS (=one single ethernet packet splitted into multiple pbufs).

HTH
Dirk


reply via email to

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