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. STABLE-2_1_0_RELEASE-261-gc156cd2
Date: Tue, 30 Apr 2019 06:35:13 -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  c156cd2a3375f6c6df3d3a39344559f436f971ee (commit)
       via  46bbfe4ee284bd017c581969f1ba3b2e255a871c (commit)
      from  2229c5170498a496a8142d213d21cde526b5c605 (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 c156cd2a3375f6c6df3d3a39344559f436f971ee
Author: Our Air Quality <address@hidden>
Date:   Thu Apr 4 13:13:18 2019 +1100

    ND6: add an explicit queue size check.
    
    When using the MEMP_MEM_MALLOC option, memp_malloc() can not be relied on to
    limit the number of allocations allowed for each MEMP queue, as the ND6 code
    had been. This caused the ND6 queue to keep growing until the heap 
allocation
    failed when using the MEMP_MEM_MALLOC option. So add an explicit queue size
    check in ND6.

commit 46bbfe4ee284bd017c581969f1ba3b2e255a871c
Author: Our Air Quality <address@hidden>
Date:   Fri Apr 12 10:36:35 2019 +1000

    mdns: defined the service slot id as unsigned rather than signed.

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

Summary of changes:
 doc/mdns.txt                 |  2 +-
 src/apps/mdns/mdns.c         |  8 ++++----
 src/core/ipv6/nd6.c          | 13 ++++++++++++-
 src/include/lwip/apps/mdns.h |  4 ++--
 4 files changed, 19 insertions(+), 8 deletions(-)


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



reply via email to

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