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. 6dc3a2108ad040ba225c0c46e5c4e0f41455e6d2
Date: Fri, 11 Nov 2016 22:12:38 +0000 (UTC)

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  6dc3a2108ad040ba225c0c46e5c4e0f41455e6d2 (commit)
      from  f965034366f774e5ae5e1b9a2b7e292f04605867 (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 6dc3a2108ad040ba225c0c46e5c4e0f41455e6d2
Author: Joel Cunningham <address@hidden>
Date:   Fri Nov 11 15:59:03 2016 -0600

    WND_SCALE: duplicate define check & doc cleanup
    
    This commit cleans up a duplicate #if check for LWIP_WND_SCALE in init.c
    which was already under #if LWIP_WND_SCALE
    
    This commit also improves documentation for TCP_WND in the window scaling
    case to communicate TCP_WND is always the calculated (scaled) window value,
    not the value reported in the TCP header
    
    Our developers were confused by having to set both the window and scaling
    factor and only after studying the usage of TCP_WND throughout the code, was
    it determined to be the calculated (scaled) window

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

Summary of changes:
 src/core/init.c        |    2 +-
 src/include/lwip/opt.h |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)


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



reply via email to

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