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: Axel Lin
Subject: [lwip-devel] [patch #9331] PPP: ppp_singlebuf: Use pbuf_coalesce() instead of open-coded
Date: Fri, 5 May 2017 06:13:17 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.36

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

                 Summary: PPP: ppp_singlebuf: Use pbuf_coalesce() instead of
open-coded
                 Project: lwIP - A Lightweight TCP/IP stack
            Submitted by: axellin
            Submitted on: Fri 05 May 2017 10:13:16 AM UTC
                Category: None
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
         Planned Release: None

    _______________________________________________________

Details:

pbuf_coalesce() creates a single pbuf out of a queue of pbufs, which is
exactly what ppp_singlebuf() need.

I tried to test this patch but it seems my application always pass single pbuf
to ppp_singlebuf(). So this is untested. Post it here for review.




    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Fri 05 May 2017 10:13:16 AM UTC  Name:
0001-PPP-ppp_singlebuf-use-pbuf_coalesce-instead-of-open-.patch  Size: 1kB  
By: axellin

<http://savannah.nongnu.org/patch/download.php?file_id=40592>

    _______________________________________________________

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]