You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per #20923 (comment) I think we can do better than that and only copy when copying is actually needed, but just make sure we do it correctly for non-inline pbufs.
Problem
Currently all the UDP packets are copied to fit the
PacketBuffer
memory model.Proposed Solution
Check the memory layout of the lwIP pbuf and reuse it if it already fits the
PacketBuffer
.The text was updated successfully, but these errors were encountered: