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-830-g6fa5d02
Date: Thu, 3 Aug 2017 15:27:00 -0400 (EDT)

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  6fa5d02435ba8893efacd5acd9736b0752fe964e (commit)
      from  5ea7f507c3d05ab86bdc14de0f016f2778db8cb3 (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 6fa5d02435ba8893efacd5acd9736b0752fe964e
Author: Joel Cunningham <address@hidden>
Date:   Thu Aug 3 10:37:16 2017 -0500

    tcp: remove extra seg == NULL checks
    
    In tcp_output() there were a number of blocks of code performing
    duplicate checks of 'if (seg == NULL)'.  This combines them together
    to reduce duplicate checks
    
    TCP_OUTPUT_DEBUG and TCP_CWND_DEBUG also don't need to be guarded
    by #if/#endif since the LWIP_DEBUGF infrastructure already compiles them
    out when LWIP_DEBUG is not defined

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

Summary of changes:
 src/core/tcp_out.c | 16 +++-------------
 1 file changed, 3 insertions(+), 13 deletions(-)


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



reply via email to

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