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: preet
Subject: [lwip-devel] [bug #51033] LWIP_ASSERT while doing repetitive transmission
Date: Wed, 17 May 2017 19:24:26 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36

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

Found the REAL root cause.  When the linkoutput function called our Ethernet
output, and all of the ethernet transmit descriptors were consumed, we
returned with an error:


return ERR_BUF;


The problem is that we did not take away the offset of the ETH_PAD_SIZE which
was added upon entry to the function.

This issue can be closed.

    _______________________________________________________

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]