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. 96373f6959893109ad074be68b0fe1049099c2e5
Date: Wed, 20 Jan 2016 17:35:36 +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  96373f6959893109ad074be68b0fe1049099c2e5 (commit)
      from  0a67c06b51e77b0d3e48fe614e9e02b63f307a47 (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 96373f6959893109ad074be68b0fe1049099c2e5
Author: Joel Cunningham <address@hidden>
Date:   Wed Jan 20 11:34:25 2016 -0600

    Define LWIP_CHKSUM_COPY_ALGORITHM when port provides LWIP_CHKSUM_COPY macro
    
    When the port has LWIP_CHECKSUM_ON_COPY enabled and provides
    a definition of LWIP_CHKSUM_COPY, the existing logic left
    LWIP_CHKSUM_COPY_ALGORITHM undefined
    
    In this case we want it to be defined to 0 since none of the copy
    checksum algorithms provided are being used
    
    This commit also introduces indentation matching LWIP_CHKSUM to
    improve the readability of the code

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

Summary of changes:
 src/include/lwip/inet_chksum.h |   16 +++++++++-------
 1 files changed, 9 insertions(+), 7 deletions(-)


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



reply via email to

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