lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #50694] TX exist more pbufs after enable LWIP_NETIF_TX


From: Robin
Subject: [lwip-devel] [bug #50694] TX exist more pbufs after enable LWIP_NETIF_TX_SINGLE_PBUF
Date: Sat, 1 Apr 2017 04:35:29 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36

URL:
  <http://savannah.nongnu.org/bugs/?50694>

                 Summary: TX exist more pbufs after enable
LWIP_NETIF_TX_SINGLE_PBUF 
                 Project: lwIP - A Lightweight TCP/IP stack
            Submitted by: back1127_mtk
            Submitted on: Sat 01 Apr 2017 08:35:28 AM UTC
                Category: TCP
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
         Planned Release: None
            lwIP version: 2.0.2

    _______________________________________________________

Details:

if project enable LWIP_NETIF_TX_SINGLE_PBUF
After app call tcp_write
if ((pos < len) && (space > 0) && (last_unsent->len > 0))
it will create new concat_p
if concat_p is not NULL,it will concatenate last_unsent
So it exist more pbuf。




    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?50694>

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




reply via email to

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