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: Simon Goldschmidt
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. STABLE-2_1_0_RELEASE-491-g3666dcc
Date: Thu, 4 Mar 2021 15:10:42 -0500 (EST)

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  3666dcc66c8a6b23a7ec80b4566298c0a6bc2597 (commit)
       via  1f4a029d107b017a43918d87f2ca8d531a1ebc23 (commit)
      from  d7a0757764bf59836acb8371e5c37ae63727f20b (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 3666dcc66c8a6b23a7ec80b4566298c0a6bc2597
Author: Simon Goldschmidt <goldsimon@gmx.de>
Date:   Thu Mar 4 21:10:28 2021 +0100

    tcp: send RST to input netif when no pcb is available
    
    If we know there's no matchin pcb (e.g. for routing), don't even
    try to pass NULL but instead send the RST to the input netif.
    
    See also patch #9988.

commit 1f4a029d107b017a43918d87f2ca8d531a1ebc23
Author: Simon Goldschmidt <goldsimon@gmx.de>
Date:   Thu Mar 4 20:18:04 2021 +0100

    mqtt: check data_cb != NULL

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

Summary of changes:
 src/apps/mqtt/mqtt.c             |   4 +-
 src/core/tcp_in.c                |   4 +-
 src/core/tcp_out.c               | 162 +++++++++++++++++++++++++++------------
 src/include/lwip/priv/tcp_priv.h |   3 +
 4 files changed, 122 insertions(+), 51 deletions(-)


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



reply via email to

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