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: Simon Goldschmidt
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. 21b9b5e741a49756064fb985ad19a050f325961f
Date: Thu, 19 Nov 2015 06:21:43 +0000

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  21b9b5e741a49756064fb985ad19a050f325961f (commit)
      from  3f49b856806290c37317a35b4c426c9b65deb354 (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 21b9b5e741a49756064fb985ad19a050f325961f
Author: Axel Lin <address@hidden>
Date:   Wed Nov 18 17:10:33 2015 +0800

    Slightly improve raw_remove()/udp_remove() implementation
    
    There should be no duplicate pcb in raw_pcbs/udp_pcbs list.
    So the implementation of raw_remove()/udp_remove() can break from the for
    loop once the target pcb is found and removed from the list.
    
    Signed-off-by: Axel Lin <address@hidden>

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

Summary of changes:
 src/core/raw.c |    1 +
 src/core/udp.c |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)


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



reply via email to

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