lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #59632] Calling tcp_write() without TCP_WRITE_FLAG_COP


From: Simon Goldschmidt
Subject: [lwip-devel] [bug #59632] Calling tcp_write() without TCP_WRITE_FLAG_COPY does in fact copy data
Date: Tue, 8 Dec 2020 00:45:35 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:83.0) Gecko/20100101 Firefox/83.0

Update of bug #59632 (project lwip):

                  Status:                    None => Invalid                
             Assigned to:                    None => goldsimon              
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #1:

So where's the bug?

pcb->unsent->p->payload points to a small pbuf containing the packet headers.
This needs to be allocated for every packet, regardless of whether the
packet's payload is copied or not.

    _______________________________________________________

Reply to this item at:

  <https://savannah.nongnu.org/bugs/?59632>

_______________________________________________
  Message sent via Savannah
  https://savannah.nongnu.org/




reply via email to

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