mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-05-31 15:04:12 +08:00
Removed one unecessary allocated PBUF per PPPoS RX packet if PPP_INPROC_MULTITHREADED is set by adding the necessary data for pppos_input_callback() in front of the first pbuf instead of allocating a new buffer.