lwip-commits
[Top][All Lists]
Advanced

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

[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, up


From: Joel Cunningham
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. master_at_STABLE-2_0_0-1106-g04b983b
Date: Tue, 2 Jan 2018 10:17:31 -0500 (EST)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "lwIP - A Lightweight TCPIP stack".

The branch, master has been updated
       via  04b983b4f376697f04980b8d547fa4d03aa10600 (commit)
      from  f334ac68b6313ce4b631b2e41f7f80b1bef11831 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 04b983b4f376697f04980b8d547fa4d03aa10600
Author: Joel Cunningham <address@hidden>
Date:   Tue Dec 19 09:29:24 2017 -0600

    tcp: handle pcb->snd_queuelen and chained pbufs during segment split (bug 
#52692)
    
    This fixes a bug in tcp_split_unsent_seg() where a chained pbuf was
    not correctly updating pcb->snd_queuelen during trimming and snd_queuelen
    would desynchronize if pbuf_realloc() freed some of the chain
    
    Also, use pbuf_clen() for adding the new remaining segment rather than ++.
    The new remaining segment should always be one pbuf due to the semantics
    of PBUF_RAM, but this follows the best practice of using pbuf_clen()

-----------------------------------------------------------------------

Summary of changes:
 src/core/tcp_out.c | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
lwIP - A Lightweight TCPIP stack



reply via email to

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