lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [patch #9331] PPP: ppp_singlebuf: Use pbuf_coalesce() inste


From: Simon Goldschmidt
Subject: [lwip-devel] [patch #9331] PPP: ppp_singlebuf: Use pbuf_coalesce() instead of open-coded
Date: Fri, 5 May 2017 06:35:16 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.36

Follow-up Comment #1, patch #9331 (project lwip):

There's a slight difference in the check ("p->next == NULL" vs. "p->len ==
p->tot_len"), but I guess that's a bug in pbuf_coalesce...
Other than getting a little slower, the code should work.

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/patch/?9331>

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




reply via email to

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