lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [patch #7455] add pbuf_printf() [ applies on top of patch #


From: Matt Dittrich
Subject: [lwip-devel] [patch #7455] add pbuf_printf() [ applies on top of patch #7454 ]
Date: Mon, 31 Jan 2011 06:35:59 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13 (.NET CLR 3.5.30729)

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

                 Summary: add pbuf_printf() [ applies on top of patch #7454 ]
                 Project: lwIP - A Lightweight TCP/IP stack
            Submitted by: mdittrich
            Submitted on: Mon 31 Jan 2011 06:35:58 AM GMT
                Category: None
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
         Planned Release: None

    _______________________________________________________

Details:

The attached pbuf_printf.patch adds pbuf_printf() and applies on top the
patches in #7454.  This patch uses the format library (library source not
included here, see: http://code.google.com/p/format/) to enable sprintf()-like
functionality on a pbuf chain.  The pbuf chain must be long enough to hold the
result.  It uses pbuf_memcpy() and therefore requires a call to
pbuf_memcpy_cleanup() before sending it with tcp_write().

MD



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Mon 31 Jan 2011 06:35:58 AM GMT  Name: pbuf_printf.patch  Size: 2kB  
By: mdittrich

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

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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