lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #51033] LWIP_ASSERT while doing repetitive transmissio


From: Fayek
Subject: [lwip-devel] [bug #51033] LWIP_ASSERT while doing repetitive transmission
Date: Wed, 17 May 2017 18:53:14 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36

Follow-up Comment #8, bug #51033 (project lwip):

Simon,

I'm working with Preet on this issue. We were able to identify the root cause
of the LWIP_ASSERT. The problem occurs when we have fully consumed all
available descriptors inside our Ethernet tx function and return ERR_BUF to
the calling function inside LWIP. Our solution was to place a system wait
inside the transmit function until the tx output was no longer full rather
than exiting the tx function and returning an error.

Not sure why LWIP is handling ERR_BUF returns with an assert.

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?51033>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/




reply via email to

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