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: Sylvain Rochet
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. STABLE-2_1_0_RELEASE-448-g22f13c2
Date: Tue, 20 Oct 2020 20:57:51 -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  22f13c24aaf7e11ba3aca7416a1cfe950dea205f (commit)
       via  dbb7c00aa59d3d6865ec5e41197fecd4c8c02d17 (commit)
      from  c18a8dc9cc113c78475f5310abe83ccd50352374 (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 22f13c24aaf7e11ba3aca7416a1cfe950dea205f
Author: Sylvain Rochet <gradator@gradator.net>
Date:   Wed Oct 21 02:11:59 2020 +0200

    PPP: assert if ppp_set_* functions are called when session is not dead
    
    ppp_set_* functions that set the PPP session parameters must only be
    called when the session is in a dead state (i.e. disconnected),
    otherwise not fatal but surprising results may happen.

commit dbb7c00aa59d3d6865ec5e41197fecd4c8c02d17
Author: Sylvain Rochet <gradator@gradator.net>
Date:   Wed Oct 21 01:43:57 2020 +0200

    PPP: add LWIP_ASSERT_CORE_LOCKED to ppp_set_notify_phase_callback
    
    This function call the notify phase callback that should be called from
    the lwIP core thread. This is especially true if the user callback
    is not designed to be reentrant.

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

Summary of changes:
 src/netif/ppp/ppp.c | 5 +++++
 1 file changed, 5 insertions(+)


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



reply via email to

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