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: Dirk Ziegelmeier
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. 30e6f908ee98f3af6714880c65672ee08858df66
Date: Wed, 27 Apr 2016 19:15:59 +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  30e6f908ee98f3af6714880c65672ee08858df66 (commit)
       via  e653ac9db7f435a18a6c3938a00851fb25daaf03 (commit)
      from  21354af67456edc9bfab0368af662f6d68822a66 (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 30e6f908ee98f3af6714880c65672ee08858df66
Author: Dirk Ziegelmeier <address@hidden>
Date:   Wed Apr 27 21:14:17 2016 +0200

    Fix bug #47512: MPU_COMPATIBLE may fail on empty pool

commit e653ac9db7f435a18a6c3938a00851fb25daaf03
Author: Dirk Ziegelmeier <address@hidden>
Date:   Wed Apr 27 21:02:16 2016 +0200

    Remove netconn_recved() call - it was only needed in sockets implementation 
and contributed to bug #47512
    Simon and I think it can be removed - the receive window handling get a 
little less precise, but that should be OK for a lightweight stack.
    Receive window is now updated with the whole pbuf size (instead of only 
count of read bytes from socket) as soon as socket implementation gets a pbuf 
from netconn layer.
    Work on bug #47512: MPU_COMPATIBLE may fail on empty pool (still not 
finished)

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

Summary of changes:
 src/api/api_lib.c                  |   78 ++++++++++++++----------------------
 src/api/sockets.c                  |   15 -------
 src/include/lwip/api.h             |   12 ------
 src/include/lwip/priv/tcpip_priv.h |    5 ---
 4 files changed, 29 insertions(+), 81 deletions(-)


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



reply via email to

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